libp2p / js-libp2p-webtransport

WebTranport module that libp2p uses and that implements the interface-transport spec
Other
15 stars 5 forks source link

chore: constrain go version examples run with #57

Closed achingbrain closed 1 year ago

achingbrain commented 1 year ago

quic-go can't be built on go1.20 so make sure the example tests only run with go1.19.

Error:     ../../../../go/pkg/mod/github.com/lucas-clemente/quic-go@v0.31.1/internal/qtls/go120.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.20 yet. For more details, please see https://github.com/lucas-clemente/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.20 yet. F...) as int value in variable declaration
github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.0.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: