Skip to content

Commit 4f01318

Browse files
committed
fix: goversion of release action
1 parent 43862ac commit 4f01318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: true
4646
matrix:
4747
goversion:
48-
- 1.17.x
48+
- 1.18.x
4949
publish_sdk:
5050
name: Publish SDKs
5151
runs-on: ubuntu-latest
@@ -113,7 +113,7 @@ jobs:
113113
dotnetversion:
114114
- 3.1.301
115115
goversion:
116-
- 1.17.x
116+
- 1.18.x
117117
language:
118118
- nodejs
119119
- python

0 commit comments

Comments
 (0)