Skip to content

Commit f1baf6f

Browse files
authored
Merge pull request #339 from YangSen-qn/dev
Fix github action release version
2 parents 9116507 + 74417ab commit f1baf6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
goos: ${{ matrix.goos }}
3737
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"
38+
goversion: "https://golang.org/dl/go1.17.linux-amd64.tar.gz"
39+
ldflags: -X "github.com/qiniu/qshell/v2/iqshell/common/version.version=${{ env.APP_VERSION }}" -extldflags "-static"

0 commit comments

Comments
 (0)