-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support go1.21.0 #979
Comments
With respect 😉 , is it absolutely mandatory to chase after the latest go1.20 was recently updated with sec fixes to v1.20.8; would the Kind regards 😄 ... |
... Pending PR #983 is supposed to "fix" this issue here; due to my needs to keep support for Windows NT < 10.0 (that go1.21+ now excludes 😞 ), I explored the possibility of compiling the PR983 source code on latest go1.20, i.e. Well, of all the go modules updated inside that PR, it appears that the only one incompatible with go1.20 is file L3
-go 1.21
+go 1.20
L20
- github.com/quic-go/quic-go v0.38.0
+ github.com/quic-go/quic-go v0.38.1
L25
- github.com/xtaci/kcp-go/v5 v5.6.3
+ github.com/xtaci/kcp-go/v5 v5.6.2 file L90-L91
-github.com/quic-go/quic-go v0.38.0 h1:T45lASr5q/TrVwt+jrVccmqHhPL2XuSyoCLVCpfOSLc=
-github.com/quic-go/quic-go v0.38.0/go.mod h1:MPCuRq7KBK2hNcfKj/1iD1BGuN3eAYMeNxp3T42LRUg=
+github.com/quic-go/quic-go v0.38.1 h1:M36YWA5dEhEeT+slOu/SwMEucbYd0YFidxG3KlGPZaE=
+github.com/quic-go/quic-go v0.38.1/go.mod h1:ijnZM7JsFIkp4cRyjxJNIzdSfCLmUMg9wdyhGmg+SN4=
L107-L108
-github.com/xtaci/kcp-go/v5 v5.6.3 h1:yd59SKXdJ0PBxeMBy3apalxFCEmBLGgQmL6nP46tU0g=
-github.com/xtaci/kcp-go/v5 v5.6.3/go.mod h1:uIuw2KEg3FcmEdS4PeXHaGty9Ui7NYb1WKIrSDwpMg4=
+github.com/xtaci/kcp-go/v5 v5.6.2 h1:pSXMa5MOsb+EIZKe4sDBqlTExu2A/2Z+DFhoX2qtt2A=
+github.com/xtaci/kcp-go/v5 v5.6.2/go.mod h1:LsinWoru+lWWJHb+EM9HeuqYxV6bb9rNcK12v67jYzQ= ... and then compilation of binary gost-windows-386 -V =>
gost 2.12.0 (go1.20.8 windows/386) Hope it's helpful to others 😜 ... |
to anyone who wants this now - just download the code here: https://github.com/honwen/gost then |
👋 Right now go1.19 is already EOL, and this go1.20 support commit did not get released, any chance of releasing it first and then move on to support go 1.21.0? Thanks!
build failure with go 1.21.0
relates to Homebrew/homebrew-core#139431
The text was updated successfully, but these errors were encountered: