libp2p / docs

Documentation site for the libp2p project.
https://docs.libp2p.io/
Other
60 stars 87 forks source link

Incorrect go version requirement #349

Open criadoperez opened 9 months ago

criadoperez commented 9 months ago

Documentation here specifies the minimum go version is 1.19 but is in fact 1.20

$ go build -o libp2p-node      

# github.com/quic-go/quic-go/internal/qtls
/home/alejandro/go/pkg/mod/github.com/quic-go/quic-go@v0.38.1/internal/qtls/go_oldversion.go:5:13: cannot use "The version of quic-go you're using can't be built using outdated Go versions. 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 using outdated Go...) as int value in variable declaration
note: module requires Go 1.20