-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support build with Go 1.21 #7984
Comments
it dep from libp2p - maybe need update libp2p |
89 tasks
blocked by libp2p/go-libp2p#2428 (comment) |
FYI, v0.30.0 has shipped. |
blocked by #8078 |
This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days. |
can be closed via #8288 |
Please re-open if the issue still happens with v2.59.2 or later. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implementation
The quic-go dependency would need to be updated from
0.33.0
to something more recent that supports Go 1.21, e.g.0.37.3
Error message when building with Go 1.21 currently:
quic-go from 0.37 on no longer requires its own TLS code, which means it should survive updates to the Go compiler far more easily:
"With the upcoming Go 1.21 release, we're now able to rely on the Go standard library's TLS implementation's QUIC support."
https://github.com/quic-go/quic-go/releases/tag/v0.37.0
The text was updated successfully, but these errors were encountered: