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 to 1.19 and bump dependencies #1084

Closed
wants to merge 1 commit into from

Conversation

sudo-bmitch
Copy link
Contributor

Go 1.19 and 1.20 are the current supported releases. This bumps to the oldest supported release.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
@@ -1,6 +1,6 @@
module github.com/opencontainers/image-spec

go 1.18
go 1.19
Copy link
Member

Choose a reason for hiding this comment

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

Given that this is now officially defined as the lowest version supported by the module (not the recommended/preferred version, as it's been previously), should we try to be more conservative than what Go officially supports in case we've got some lagging consumers?

We don't have a lot of Go code in here, and I don't think there have been any really compelling Go features/changes for the functionality we actually use, so I guess this is functionally going to be dictated by our few dependencies more than it is by our own code. 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's fair. I also noticed that our GHA has 3 versions being tested (1.18, 1.19, and 1.20) so this update can wait until 1.21 comes out.

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