We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691934f commit 74c3700Copy full SHA for 74c3700
.github/workflows/release.yml
@@ -25,5 +25,5 @@ jobs:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
goos: ${{ matrix.goos }}
27
goarch: ${{ matrix.goarch }}
28
- goversion: "https://golang.org/dl/go1.15.6.linux-amd64.tar.gz"
29
- ldflags: "-w -s -X 'github.com/Sora233/buntdb-cli/main.COMMIT=${{ github.sha }}' -X 'github.com/Sora233/buntdb-cli/main.GOVERSION=go1.15.6.linux-amd64'"
+ goversion: "https://golang.org/dl/go1.16.4.linux-amd64.tar.gz"
+ ldflags: -w -s -X main.COMMIT=${{ github.sha }} -X main.GOVERSION=go1.16.4.linux-amd64
0 commit comments