-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
go: go1.21 version cause gorilla/websocket failed #68522
Comments
It's strange that using go1.21 doesn't work, but go1.22 or later does. |
I think this is controlled by the GODEBUG setting
|
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.22.4 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
go.mod
wss.go
What did you see happen?
What did you expect to see?
if change go mod to:
will result in:
The text was updated successfully, but these errors were encountered: