-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
chore: bump Go to 1.22 #6075
chore: bump Go to 1.22 #6075
Conversation
Signed-off-by: knqyf263 <[email protected]>
Waiting for TinyGo v0.31.0. |
|
Strangely enough the build still fails, although locally it seems to be fine for me. |
For some reason |
Related to this issue, Trivy modules cannot be compiled with latest TinyGo(0.31.1) version: $ tinygo build -o spring4shell.wasm -scheduler=none -target=wasi --no-debug spring4shell.go
# github.com/mailru/easyjson/buffer
../../../.go/pkg/mod/github.com/mailru/[email protected]/buffer/pool.go:171:14: undefined: net.Buffers |
I removed the easyjson dependency in #6240. After it gets merged, it will be fixed. |
fyi you might not need to remove the easyjson dep after all tinygo-org/net#22 :) |
Thanks for sharing! But I wanted to remove the dependency anyway. It's a good opportunity🙃 |
Signed-off-by: knqyf263 <[email protected]> Co-authored-by: Simar <[email protected]>
Description
Go now has forward compatibility. A project that needs Go 1.22 can be compiled with Go 1.21 as Go transparently downloads Go 1.22.
Checklist