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 8bdf18e commit e3c5cb9Copy full SHA for e3c5cb9
.goreleaser.yml
@@ -10,7 +10,7 @@ builds:
10
- main: cmd/main.go
11
binary: leetcode-tool
12
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }} -X main.builtBy=goreleaser
13
- - env:
+ env:
14
- CGO_ENABLED=0
15
goos:
16
- linux
0 commit comments