-
Notifications
You must be signed in to change notification settings - Fork 162
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
build: bump go version to 1.23 #4603
Conversation
This required upgrading rules_go to 0.47.0 because of some magic parameter that must now be passed to the go assembler in support of the internal/V0 ABI split in go 1.22. It wasn't possible to upgrade rules_go further without also upgrading bazel and other stuff. So... one problem at a time. As a result of rules_go upgrade, the proto generation has changed, hence the other diffs.
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.
Reviewed 22 of 22 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @jiceatscion)
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.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @jiceatscion)
This resulted in a few new complaints. Also reformated WORSPACE.
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.
Reviewed 4 of 4 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @jiceatscion)
This reverts commit 9e58974.
This reverts commit 9e58974.
This reverts commit 9e58974.
This required upgrading rules_go to 0.47.0 because of some magic parameter that must now be passed to the go assembler in support of the internal/V0 ABI split in go 1.22.
It wasn't possible to upgrade rules_go further without also upgrading bazel and other stuff. So... one problem at a time.
As a result of rules_go upgrade, the proto generation has changed, hence the other diffs.
Contributes to #4555