We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8c353 commit dd032cbCopy full SHA for dd032cb
1 file changed
.goreleaser.yml
@@ -12,6 +12,8 @@ builds:
12
- arm64
13
env:
14
- CGO_ENABLED=0
15
+ ldflags:
16
+ - -s -w -X github.com/pushbits/cli/internal/buildconfig.Version=v{{.Version}}
17
18
checksum:
19
algorithm: sha256
0 commit comments