chore(deps): bump golang.org/x/net to v0.53.0#1921
Merged
Conversation
Fixes GO-2026-4918 (infinite loop in HTTP/2 transport on bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2), reached as an indirect dependency via e2e/kube/pod.go -> rest.Request.Stream -> http2.Transport.NewClientConn. `go mod tidy` after the bump also rolls golang.org/x/sys (v0.39.0 -> v0.43.0), golang.org/x/term (v0.38.0 -> v0.42.0), and golang.org/x/text (v0.32.0 -> v0.36.0) to the versions pulled in transitively by x/net v0.53.
There was a problem hiding this comment.
Code Review
This pull request updates several Go sub-repository dependencies, including golang.org/x/mod, golang.org/x/crypto, golang.org/x/net, golang.org/x/sync, golang.org/x/sys, golang.org/x/term, golang.org/x/text, and golang.org/x/tools, to their latest versions in go.mod and go.sum. I have no feedback to provide as there are no review comments.
bwplotka
approved these changes
May 20, 2026
Collaborator
bwplotka
left a comment
There was a problem hiding this comment.
Thanks
We need to revive dependabot/renovate, got stuck it seems.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves the
govulncheckfailure currently affecting every PR againstmain:Bumping the indirect
golang.org/x/netdependency to v0.53.0.go mod tidyafter the bump also rolls forward the siblinggolang.org/x/sys,golang.org/x/term, andgolang.org/x/textmodules to the versions pulled in transitively by x/net v0.53.Test plan
go build ./...cleango test ./pkg/operator/...passes (unit tests)govulncheck ./...should no longer report GO-2026-4918 after this (couldn't verify locally without the tool but the version table is unambiguous)cc @bwplotka @lyanco @bernot-dev @pintohutch — flagged from #1920 where
govulncheckblocks unrelated work; rebasing that PR on top of this one as soon as it merges.