Skip to content

Commit

Permalink
update Go version to 1.21.x
Browse files Browse the repository at this point in the history
pulumi/pulumi generally supports the two latest Go releases. Since 1.22.x came out, we dropped support for 1.20.x, and indeed compilation of the latest pulumi/pulumi source is failing with the latest Go version because of the missing slices package.

Update CI to the latest supported Go version, so we are able to update pulumi/pulumi in this repo.
  • Loading branch information
tgummerer committed Feb 22, 2024
1 parent 8fbc061 commit 2d6d64a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
fail-fast: false
matrix:
goversion:
- 1.20.x
- 1.21.x
platform:
- ubuntu-latest
source-dir:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
examples-test-matrix:
- default
goversion:
- 1.20.x
- 1.21.x
languages:
- Cs
- Js
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down Expand Up @@ -601,7 +601,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance_metrics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
dotnet-version:
- 6.0.114
go-version:
- 1.20.x
- 1.21.x
node-version:
- 16.x
platform:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
fail-fast: false
matrix:
goversion:
- 1.20.x
- 1.21.x
platform:
- ubuntu-latest
source-dir:
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
languages:
- Cs
- Js
Expand Down Expand Up @@ -547,7 +547,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down Expand Up @@ -654,7 +654,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
fail-fast: false
matrix:
goversion:
- 1.20.x
- 1.21.x
platform:
- ubuntu-latest
source-dir:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
languages:
- Cs
- Js
Expand Down Expand Up @@ -456,7 +456,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down Expand Up @@ -561,7 +561,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/smoke-test-provider-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
fail-fast: false
matrix:
goversion:
- 1.20.x
- 1.21.x
platform:
- ubuntu-latest
source-dir:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
languages:
- Cs
- Js
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down Expand Up @@ -554,7 +554,7 @@ jobs:
dotnetversion:
- 6.0.114
goversion:
- 1.20.x
- 1.21.x
nodeversion:
- 18.x
platform:
Expand Down

0 comments on commit 2d6d64a

Please sign in to comment.