-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Upgrade to Go 1.23.4 #12912
Upgrade to Go 1.23.4 #12912
Conversation
rolandshoemaker is either the primary contact or is in the CCs list of projects/golang. |
Thanks @rolandshoemaker I fixed the Golang build yesterday with #12908. Closing. |
We can merge your changes in |
Upgrade the base Go installation to 1.23.4.
881ae39
to
4540125
Compare
@AdamKorcz Ah, I missed your change, thanks for that! I don't think this change is strictly necessary now, but it's probably good to keep the base Go installation in sync. Reverted the projects/golang/build.sh changes. |
/gcbrun trial_build.py go --fuzzing-engines libfuzzer --sanitizers coverage address |
This looks good, two projects fail, |
Fixes #12912 (comment) Signed-off-by: Adam Korczynski <[email protected]>
Additionally, don't override the go.mod version for the http2/hc fuzz case.
This fixes a handfull of build failures in the golang project.