-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bump go.mod version #2306
Comments
Makes sense. In the past we held off, as a big user of the packages also uses Based on this latest comment, it looks like they now support generics via an experimental build flag: gopherjs/gopherjs#1013 (comment). Given that, I think we should consider updating to Go 1.22, as we usually lag behind the latest by one release version. |
@Roasbeef Can I submit a PR for this issue? Updating only go.mod without any dependency seems quite simple. |
The current go.mod version is 1.17, which is already 3 years old.
To support new dependencies such as pebbledb, it is good to update to Go 1.22+.
The text was updated successfully, but these errors were encountered: