Bump Go to 1.24.13 - #809
Open
matx-sjacob wants to merge 1 commit into
Open
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
The 1.24.0 SDK that release binaries are built with carries fixed stdlib CVEs, most notably CVE-2025-68121 (crypto/tls, CVSS 10.0), which vulnerability scanners flag on every machine with a bazelisk release binary installed. 1.24.13 is the current patch release of the same minor line.
matx-sjacob
force-pushed
the
go-1.24.13
branch
from
August 21, 2026 17:49
67106d5 to
cfcb055
Compare
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.
Bumps the Go SDK used to build bazelisk (
go_sdk.downloadin MODULE.bazel and thetoolchaindirective in go.mod) from 1.24.0/1.24.2 to 1.24.13, the current patch release of the same minor line.The stdlib in Go 1.24.0 carries a number of since-fixed CVEs — most notably CVE-2025-68121 in crypto/tls (CVSS 10.0, fixed in 1.24.13). Because the prebuilt release binaries embed that stdlib, vulnerability scanners (e.g. GCP Security Command Center's VM assessment) raise CRITICAL findings against every machine that has a bazelisk release binary installed, with no upgrade path until a release is built with a patched toolchain.
No source changes — toolchain pins only.