Closed 0xZangetsudev closed 1 year ago
did you figure out how to resolve this error?
What is the output of go version
. I believe we may have required go 1.20, but current develop is now on go 1.21. (Take a look at the root go.mod
for the minimum version you need). Rarely being on a newer version will causes problems (libp2p had that issue), but in general it's ok to be on a newer version, but being on an old version will cause problems.
What is the output of
go version
. I believe we may have required go 1.20, but current develop is now on go 1.21. (Take a look at the rootgo.mod
for the minimum version you need). Rarely being on a newer version will causes problems (libp2p had that issue), but in general it's ok to be on a newer version, but being on an old version will cause problems.
it works with 1.20 but not with the latest 1.21
it works with 1.20 but not with the latest 1.21
@imranshifa what is the commit in the monorepo that you are working with?
It's worth noting that since this issue was originally logged, libp2p and quic-go have been updated to be compatible with go 1.21 (and the minimum version bumped to 1.21) so it's very likely this has been fixed.
Going to close this as resolved for now, make sure to use go >1.21 for the current release as of the writing of this comment (please make sure to check the README for the latest minimum versions since they will change after this comment was written).
Hello I got these errors when trying to do make op-node without changing anything :
If I update go-libp2p I get :
(go get github.com/libp2p/go-libp2p/p2p/muxer/mplex is not defined so it will not work)
if I update quick-go I get :
Thanks for your help!