Skip to content

deps(go): bump golang.org/x/text to v0.39.0 to fix GO-2026-5970#2128

Merged
vMaroon merged 2 commits into
llm-d:mainfrom
LukeAVanDrie:chore/bump-x-text-0.39.0
Jul 22, 2026
Merged

deps(go): bump golang.org/x/text to v0.39.0 to fix GO-2026-5970#2128
vMaroon merged 2 commits into
llm-d:mainfrom
LukeAVanDrie:chore/bump-x-text-0.39.0

Conversation

@LukeAVanDrie

Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

govulncheck fails repo-wide on GO-2026-5970 (infinite loop on invalid input in golang.org/x/text, present in v0.37.0, fixed in v0.39.0), blocking CI on all open PRs. This bumps x/text to v0.39.0; the other golang.org/x/* bumps are pulled in transitively by its module requirements.

Dependabot won't pick this up: the repo config ignores semver-minor gomod updates.

Verified locally: govulncheck ./... clean, go build ./... clean, unit tests pass (127 packages).

Release note:

NONE

Signed-off-by: Luke Van Drie <lukevandrie@google.com>
@LukeAVanDrie
LukeAVanDrie requested a review from a team as a code owner July 22, 2026 00:35
@LukeAVanDrie
LukeAVanDrie requested review from liu-cong and vMaroon July 22, 2026 00:35
@github-actions github-actions Bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. kind/cleanup labels Jul 22, 2026
@roytman

roytman commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@vMaroon
vMaroon merged commit ae478aa into llm-d:main Jul 22, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/cleanup size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants