Commit d9ad1b9
committed
Fix: resolve Go module zip error by renaming VERSION to VERSION.txt
- Rename root VERSION file to VERSION.txt to avoid case-insensitive collision with version/ directory
- Update Makefile.common and RELEASE.md to reference VERSION.txt
- Fixes go: create zip: version/info.go: case-insensitive file name collision: 'VERSION' and 'version'1 parent b63ce83 commit d9ad1b9
3 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
File renamed without changes.
0 commit comments