-
Notifications
You must be signed in to change notification settings - Fork 40k
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
October 2024 golang.org/x bump #127998
October 2024 golang.org/x bump #127998
Conversation
Nothing major here, but nothing liable to cause pain to downstreams either. * golang/crypto@v0.26.0...v0.28.0 (there’s a SHA3 fix there but it’s only relevant for 32-bit platforms) * golang/net@v0.28.0...v0.30.0 (mostly http2; route address parsing fix on Darwin) * golang/oauth2@v0.21.0...v0.23.0 (Google license fix) * golang/sys@v0.23.0...v0.26.0 (faster getrandom() on Linux through the vDSO; improved RISC-V support) * golang/term@v0.23.0...v0.25.0 * golang/time@v0.3.0...v0.7.0 (0-limit handling fix in x/time/rate; Google license fix) * golang/tools@v0.24.0...v0.26.0 This doesn’t include golang.org/x/exp; that doesn’t have any relevant changes. There’s an apidiff fix but we always pull in the latest apidiff anyway. Signed-off-by: Stephen Kitt <skitt@redhat.com>
@skitt: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest-required |
/skip |
/approve /assign @liggitt @saschagrunert |
LGTM label has been added. Git tree hash: 9a384c308b64f61750a0d666c43d034ef4416512
|
/lgtm |
/triage accepted |
Nothing major here, but nothing liable to cause pain to downstreams either.
This doesn’t include golang.org/x/exp; that doesn’t have any relevant changes. There’s an apidiff fix but we always pull in the latest apidiff anyway.
/kind cleanup
/cc @dims