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 versions in release scripts #1170

Merged
merged 1 commit into from Apr 25, 2024

Conversation

sudo-bmitch
Copy link
Contributor

This is a follow up to #1166 and fixes a remaining item from #1165. It supports current Go releases and 1.18, upgrades the upload-artifact workflow, but only runs that workflow for the latest Go version.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
@@ -9,7 +9,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19', '1.20', '1.21']
# current Go releases plus the version in the go.mod are tested
go: ['1.18', '1.21', '1.22']

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list has changed? should be 1.22 and two versions lower?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It used to be two versions lower and I broke with that to have the two stable releases and the version that's in our go.mod.

@sudo-bmitch sudo-bmitch merged commit 8f3820c into opencontainers:main Apr 25, 2024
4 checks passed
@sudo-bmitch sudo-bmitch deleted the pr-upload-go-version branch April 25, 2024 17:22
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

5 participants