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 bd0c551 commit ddbd39aCopy full SHA for ddbd39a
.goreleaser.yml
@@ -50,8 +50,8 @@ builds:
50
# Default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser`.
51
ldflags:
52
- -s -w
53
- - -X github.com/hacker65536/openAWS/cmd.Version={{.Version}}
54
- - -X github.com/hacker65536/openAWS/cmd.GitCommit={{.ShortCommit}}
+ - -X github.com/hacker65536/{{ .ProjectName }}/cmd.Version={{.Version}}
+ - -X github.com/hacker65536/{{ .ProjectName }}/cmd.GitCommit={{.ShortCommit}}
55
env:
56
- CGO_ENABLED=0
57
0 commit comments