We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2091f73 commit 53a3cc9Copy full SHA for 53a3cc9
.goreleaser.yaml
@@ -41,7 +41,7 @@ builds:
41
flags:
42
- -trimpath
43
ldflags:
44
- - -s -w -X {{.ModulePath}/main.version={{.Version}} -X {{.ModulePath}}/main.commit={{.Commit}} -X {{.ModulePath}}/main.date={{ .CommitDate }}
+ - -s -w -X {{ .ModulePath }}/main.version={{ .Version }} -X {{ .ModulePath }}/main.commit={{ .Commit }} -X {{ .ModulePath }}/main.date={{ .CommitDate }}
45
46
universal_binaries:
47
- replace: false
0 commit comments