Skip to content

Commit

Permalink
Update Go to 1.21, Go and .NET versions in CI (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov committed Nov 29, 2023
1 parent 9251e92 commit a2b91b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.19.x"
go-version: "1.21.x"

- name: Install Pulumi CLI
uses: pulumi/setup-pulumi@v2
Expand All @@ -31,12 +31,8 @@ runs:
- name: Setup DotNet
if: inputs.skip_dotnet_and_java != 'true'
uses: actions/setup-dotnet@v3
# Codegen emits 3.1 projects but we want to start using 6.0
# Once codegen is updated, 3.1 can be removed.
with:
dotnet-version: |
3.1.301
6.0.x
dotnet-version: 6.0.x

- name: Setup Java
if: inputs.skip_dotnet_and_java != 'true'
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-google-native/provider

go 1.19
go 1.21

require (
github.com/evanphx/json-patch v5.6.0+incompatible
Expand Down

0 comments on commit a2b91b3

Please sign in to comment.