-
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
x/crypto: update go directive to at least 1.20 #68035
Milestone
Comments
seankhliao
changed the title
x/crypto:golang.org\x\crypto@v0.24.0\sha3\xor.go:25:10: undefined: subtle.XORBytes
x/crypto: update go directive to at least 1.20
Jun 18, 2024
1.19 is no longer a supported version of go, please update. |
Works fine with 1.21, 1.22, and 1.23-not-quite-RC1. |
This was referenced Jul 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go 1.19
Output of
go env
in your module/workspace:What did you do?
im install fresh gin framework and only create main.go with code
go run main.go and i got this error
What did you see happen?
What did you expect to see?
The text was updated successfully, but these errors were encountered: