adriancable / webtransport-go

Lightweight but fully-capable WebTransport server for Go
MIT License
116 stars 12 forks source link

quic-go doesn't build on Go 1.19 yet #7

Closed daninmadison closed 1 year ago

daninmadison commented 1 year ago

Trying to use the server test and running into the following error.

../../../../../../pkg/mod/github.com/lucas-clemente/quic-go@v0.25.0/internal/qtls/go119.go:6:13: cannot use "quic-go doesn't build on Go 1.19 yet." (untyped string constant) as int value in variable declaration

Is there some reason it uses lucas-clemente/quic-go instead of quic-go/quic-go?

Here is link to someone else who encounters the same problem with lucas-clement/quic-go https://groups.google.com/g/linux.debian.bugs.dist/c/HKN-dFEhPAE

daninmadison commented 1 year ago

I see it's already resolved, just pending a new tag with the fix.