-
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
bump go to 1.19.4 #9010
base: master
Are you sure you want to change the base?
bump go to 1.19.4 #9010
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/gcbrun trial_build.py all --sanitizer address --fuzzing-engine libfuzzer |
Signed-off-by: AdamKorcz <[email protected]>
Go 1.19.4 has come out, so let's bump it to latest. Shall we run the trial_build again? |
matrix: [[i32; 3]; 3] |
Lol, i'm learning rust |
/gcbrun trial_build.py all --sanitizer address --fuzzing-engine libfuzzer |
@jonathanmetzman Is there anything in the trial-build that needs to be addressed, or can this be merged? |
Yeah this broke about 8 projects, umm...this is about 10% of go projects (though somehow it broke boringssl). Probably good to fix some of these |
Can be closed after https://github.com/google/oss-fuzz/pull/10000/files ? |
Bumps go to 1.19.4. Currently Argo is broken because of an issue in the go compiler that is fixed in 1.19.3.
Signed-off-by: AdamKorcz [email protected]