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

Increment go.mod Go version to 1.22 #735

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

oxzi
Copy link
Member

@oxzi oxzi commented Apr 10, 2024

With the approaching release, the go version within go.mod can be incremented to a current Go version.

There were some small changes regarding the go.mod's go semantic since Go version 1.21, mainly enforcing compilation with a compatible version1. As other modules' go.mod files are now also being included, there are additional entries in go.sum.

@lippserd: As we talked about bumping the number to 1.21 or 1.22, I thought going up directly to the latest release would be more future proof. However, if you would prefer 1.21, I would alter this PR.

Footnotes

  1. https://go.dev/doc/modules/gomod-ref#go

With the approaching release, the go version within go.mod can be
incremented to a current Go version.

There were some small changes regarding the go.mod's go semantic since
Go version 1.21, mainly enforcing compilation with a compatible
version[0]. As other modules' go.mod files are now also being included,
there are additional entries in go.sum.

[0]: https://go.dev/doc/modules/gomod-ref#go
@oxzi oxzi added this to the 1.2.0 milestone Apr 10, 2024
@oxzi oxzi requested a review from lippserd April 10, 2024 14:09
@cla-bot cla-bot bot added the cla/signed label Apr 10, 2024
@lippserd
Copy link
Member

@lippserd: As we talked about bumping the number to 1.21 or 1.22, I thought going up directly to the latest release would be more future proof. However, if you would prefer 1.21, I would alter this PR.

1.22 is perfectly fine.

@julianbrost julianbrost merged commit 974d324 into main Apr 11, 2024
31 checks passed
@julianbrost julianbrost deleted the go-mod-version-1.22 branch April 11, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants