We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b1bcb commit 67c4c70Copy full SHA for 67c4c70
.goreleaser.yml
@@ -8,7 +8,7 @@ before:
8
builds:
9
- main: .
10
ldflags:
11
- - -s -w '-X github.com/nao1215/gup/internal/cmdinfo.Version=v{{ .Version }}'
+ - -s -w -X github.com/nao1215/gup/internal/cmdinfo.Version=v{{ .Version }}
12
env:
13
- CGO_ENABLED=0
14
goos:
0 commit comments