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

Bump go.mod version #2306

Open
rabbitprincess opened this issue Jan 20, 2025 · 1 comment
Open

Bump go.mod version #2306

rabbitprincess opened this issue Jan 20, 2025 · 1 comment

Comments

@rabbitprincess
Copy link

rabbitprincess commented Jan 20, 2025

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+.

@Roasbeef
Copy link
Member

Makes sense. In the past we held off, as a big user of the packages also uses gopherjs for transpilation, which doesn't yet support any of the new generics features: #1986 (comment).

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.

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

No branches or pull requests

2 participants