-
Notifications
You must be signed in to change notification settings - Fork 165
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
Switch to Go 1.22 for official builds #471
Comments
I double checked, all workflows are already on Go 1.22, the only place that's still on 1.21 is the |
@mowies That does not affect official builds but we can do it anyways and close this issue with that PR :) |
Seems like updating the version and running |
I opened the PR in draft mode for now if you wanna check it out |
Same as #383, but for Go 1.22.
Go 1.22 was released recently: go.dev/doc/go1.22
After we add testing for it on core (open-telemetry/opentelemetry-collector/issues/9507) and contrib (open-telemetry/opentelemetry-collector-contrib/issues/31105) we can switch to using the Go 1.22 compiler for official builds. Based on historical precedent this will make our life easier when dealing with security issues since we don't depend on the Go team backporting fixes and can react more quickly.
The text was updated successfully, but these errors were encountered: