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 a6d773b commit c6f30e8Copy full SHA for c6f30e8
.goreleaser.yml
@@ -30,7 +30,8 @@ builds:
30
flags:
31
- -trimpath
32
ldflags:
33
- - -s -w {{if .IsNightly}}-X 'github.com/go-task/task/v3/internal/version.version=vX.X.X'={{.Version}}'{{end}} # Don't set main.version.
+ - "-s -w"
34
+ - "{{if .IsNightly}}-X github.com/go-task/task/v3/internal/version.version={{.Version}}{{end}}"
35
36
gomod:
37
proxy: true
0 commit comments