Commit 8ecfa5b
fix(release): resolve release-pipeline failure for v0.3.3 (#14)
goreleaser ldflag used lowercase -X main.version which fails the
validate-contract regex check for -X *.Version=. Renamed var to
Version (uppercase) in main.go and updated ldflag to match.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent bab2619 commit 8ecfa5b
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
0 commit comments