Skip to content

Commit

Permalink
feat: update go version in workflow (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored May 9, 2024
1 parent 587c5cf commit 39cdd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.20.x
- 1.21.x
publish_sdk:
name: Publish SDKs
runs-on: ubuntu-latest
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.20.x
- 1.21.x
language:
- nodejs
- python
Expand Down

0 comments on commit 39cdd17

Please sign in to comment.