We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdfa9f commit b5bbfb8Copy full SHA for b5bbfb8
.goreleaser.yml
@@ -11,7 +11,7 @@ builds:
11
- windows
12
- darwin
13
ldflags:
14
- - -s -w -X main.Version={{.Version}} -X main.Commit={{.Commit}} -X main.BuildTime={{.Date}}
+ - -s -w -X main.Version={{.Version}} -X main.Commit={{.FullCommit}} -X main.BuildTime={{.Date}}
15
ignore:
16
- goos: darwin
17
goarch: arm64
0 commit comments