Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Go version to 1.21.x #1601

Merged
merged 1 commit into from
Feb 22, 2024
Merged

update Go version to 1.21.x #1601

merged 1 commit into from
Feb 22, 2024

Conversation

tgummerer
Copy link
Contributor

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.

This is similar to what we're doing in the templates repo in pulumi/templates#758

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.
@tgummerer tgummerer requested a review from a team February 22, 2024 18:28
@tgummerer tgummerer merged commit 5e3fbc8 into master Feb 22, 2024
51 checks passed
@tgummerer tgummerer deleted the tg/update-go-version branch February 22, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants