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 73fbead commit 487ab0fCopy full SHA for 487ab0f
.goreleaser.yml
@@ -11,6 +11,8 @@ builds:
11
# Defaults are 386, amd64 and arm64.
12
goarch:
13
- amd64
14
+ ldflags:
15
+ - -X main.Version={{ .Version }}
16
17
nfpms:
18
# note that this is an array of nfpm configs
0 commit comments