Skip to content

Commit

Permalink
Merge pull request #28 from pulumiverse/chore/update-go-version
Browse files Browse the repository at this point in the history
Updated go version to 1.20.x in .github/workflows/release.yml
  • Loading branch information
tmeckel authored Apr 24, 2023
2 parents 4f46b94 + 95532df commit fff7777
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.18.x
- 1.20.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.18.x
- 1.20.x
language:
- nodejs
- python
Expand Down

0 comments on commit fff7777

Please sign in to comment.