Skip to content

Commit

Permalink
Merge pull request #11 from pulumiverse/fix-go-version
Browse files Browse the repository at this point in the history
Lock on Go 1.20
  • Loading branch information
dbeattie71 committed Sep 25, 2023
2 parents 80de06d + 41ff0fb commit 544c5f3
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 @@ -49,7 +49,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.18
- "1.20"
publish_sdk:
name: Publish SDKs
runs-on: ubuntu-latest
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.20
- "1.20"
language:
- nodejs
- python
Expand Down

0 comments on commit 544c5f3

Please sign in to comment.