{{ message }}
chore: bump Go to 1.26.4 on release/2.34#26265
Merged
Merged
Conversation
jdomeracki-coder
approved these changes
Jun 11, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Backports the Go toolchain security update to
release/2.34.release/2.34is already on Go1.26.4ingo.mod/mise.toml, but thesetup-gocomposite action still defaulted to1.26.2. This updates the action default to1.26.4so CI uses the patched toolchain, addressing:crypto/x509VerifyHostnamequadratic cost with large DNS SAN lists.net/textprotounescaped attacker-controlled input in errors (log injection).Related to the upstream upgrade in #26066 (
61a35185cf).Why this differs from a direct cherry-pick of 61a3518
Commit
61a35185cfbumpsgo.mod/mise.toml/mise.lockfrom1.26.2to1.26.4. Onrelease/2.34those files are already at1.26.4, so a cherry-pick is a no-op there. The only remaining1.26.2reference was thesetup-goaction default, which this PR updates directly.