-
Notifications
You must be signed in to change notification settings - Fork 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 for go 1.20 #12043
Comments
This is also relevant prysmaticlabs/gohashtree#6 |
Thanks for filing this @7AC. We need to update to go 1.20 soon and there were a few blockers as you have pointed out. Were you able to make progress in polymerdao#22 and successfully compile with go 1.20? |
@prestonvanloon the current status is I'm hitting prysmaticlabs/gohashtree#6 on macOS and the issue below on ubuntu (importing a few packages from
Looks like it could be just a matter of changing the version in |
@prestonvanloon I need a timeline on when you need go 1.20 as gohashtree may take me a while to take a look due to other priorities. |
Prysm indirectly depends on quic-go:
https://github.com/prysmaticlabs/prysm/blob/develop/go.mod#L163
and the version in use is affected by quic-go/quic-go#3630
The issue is fixed in quic-go/quic-go#3641 but it requires upgrading github.com/libp2p/go-libp2p and github.com/libp2p/go-libp2p-pubsub (plus some adjustments).
The text was updated successfully, but these errors were encountered: