-
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.20 #9950
base: master
Are you sure you want to change the base?
Upgrade to Go 1.20 #9950
Conversation
/gcbrun trial_build.py go |
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
This breaks a bunch of projects. here's a representative example, loki:
|
@jonathanmetzman Thanks for checking. In that case, I'll just install Go 1.20 over the version that OSS-Fuzz's upgrade to Go 1.19 seemed pretty straightforward, so I'm not sure what changed this time around. |
Looks like others have encountered this @DavidKorczynski (see containerd/containerd#8103 (comment)) |
@AdamKorcz can you assist here? Is it that some projects aren't 1.20 ready yet or should we be able to upgrade this without disabling projects? |
@clfs did you test this on a number of OSS-Fuzz projects? If so, how many approximately? By default not all go projects are bumped to 1.20 and each project will individually have to resolve some things to be compatible with this change. |
@DavidKorczynski Yes, but only I can look through the incompatible projects and put out Go 1.20 upgrade PRs for a few. |
We bumped as requested by @clfs the Go version, but it looks like that broke our build as
|
@DavidKorczynski Do you know where this stand now that go 1.21 is out ? |
cc @DavidKorczynski Should replace #9950 Should fix ngolo-fuzzing build cf https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=60807
cc @DavidKorczynski Should replace google#9950 Should fix ngolo-fuzzing build cf https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=60807
This PR is meant to address issue #9949.