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 quic-go to 0.37+ for go 1.21+ #46

Open
q9f opened this issue Nov 21, 2023 · 1 comment
Open

bump quic-go to 0.37+ for go 1.21+ #46

q9f opened this issue Nov 21, 2023 · 1 comment

Comments

@q9f
Copy link

q9f commented Nov 21, 2023

nebula crawler no longer compiles on latest go

go install github.com/dennis-tra/nebula-crawler/cmd/nebula@latest
[...]
# github.com/quic-go/quic-go/internal/qtls
.go/pkg/mod/github.com/quic-go/quic-go@v0.33.0/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet. F...) as int value in variable declaration
@dennis-tra
Copy link
Owner

Hi @q9f,
That's partially intended because I want to support an older quic version (the non quic-v1 transport). Many peers in the IPFS DHT are still on older versions.

There's still TCP but I wanted to analyse how many peers Nebula wouldn't be able to connect before updating go-libp2p

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