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 a0ede79 commit 947ef6aCopy full SHA for 947ef6a
.goreleaser.yaml
@@ -13,6 +13,8 @@ builds:
13
- linux
14
goarch:
15
- amd64
16
+ ldflags:
17
+ - -s -w -X main.Version={{.Version}}
18
19
nfpms:
20
- file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}'
0 commit comments