Skip to content

Commit bc1dd57

Browse files
authored
Merge pull request #9 from tencentcloudstack/fix/action-build-go-matrix
fix: set binary matrix go version 1.19.x
2 parents 2ad24cc + f843b30 commit bc1dd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: true
4646
matrix:
4747
goversion:
48-
- 1.18.x
48+
- 1.19.x
4949
publish_sdk:
5050
name: Publish SDKs
5151
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)