We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9116507 + 74417ab commit f1baf6fCopy full SHA for f1baf6f
.github/workflows/release.yaml
@@ -35,5 +35,5 @@ jobs:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
goos: ${{ matrix.goos }}
37
goarch: ${{ matrix.goarch }}
38
- goversion: "https://golang.org/dl/go1.16.linux-amd64.tar.gz"
39
- ldflags: -X "github.com/qiniu/qshell/v2/cmd.version=${{ env.APP_VERSION }}" -extldflags "-static"
+ goversion: "https://golang.org/dl/go1.17.linux-amd64.tar.gz"
+ ldflags: -X "github.com/qiniu/qshell/v2/iqshell/common/version.version=${{ env.APP_VERSION }}" -extldflags "-static"
0 commit comments