-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Can it be compiled with go1.21 version supported? #2644
Comments
We are waiting the Go 1.21 support of quic-go . |
Please wait for the next release. |
looking forward to the new version, thank you very much |
Judging by the diff v5.7.0...master it just needs a new release. |
@stefanb Thank you very much, my own project also tested like this without any problem. Still looking forward to the release of the latest version of v2ray-core |
the home-brew can't install v2ray because of this error and someone like me is stopped. |
v5.9.0 had been released. |
homebrew side is good with the new release, Homebrew/homebrew-core#152400 |
What version of V2Ray are you using?
I compile my code using the version:
github.com/v2fly/v2ray-core/v5 v5.7.0
What's your scenario of using V2Ray?
use v2ray code in my project
What problems have you encountered?
The go1.21 version is released, I want to use this version to compile my project, but the following error is prompted
What's your expectation?
The v2ray project can be compiled using go1.21 version
Description of related libraries:https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions
I found that the latest version of the library already supports go1.21, and I hope v2ray can follow up
https://github.com/quic-go/quic-go/blob/v0.37.3/internal/qtls/go121.go
The text was updated successfully, but these errors were encountered: