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

ci: use stable Go compiler version for releases #211

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

troyanov
Copy link
Member

@troyanov troyanov commented Jul 4, 2024

Build Terraform Provider using latest stable Go compiler.

Each major Go release is supported until there are two newer major releases.

Since 1.22 is the latest major release, 1.20 is no longer supported. We don't want to bump minimum Go version in go.mod because it might break things for others.

Build Terraform Provider using latest stable Go compiler.

Each major Go release is supported until there are two newer major
releases.

Since 1.22 is the latest major release, 1.20 is no longer supported.
We don't want to bump minimum Go version in `go.mod` because it might
break things for others.
@troyanov troyanov requested a review from skatsaounis July 4, 2024 08:01
@troyanov troyanov merged commit 7153222 into canonical:master Jul 23, 2024
6 checks passed
@troyanov troyanov deleted the use-stable-go-compiler branch July 23, 2024 13: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.

2 participants