chore(build): bump Go toolchain 1.23.2 -> 1.26.7 - #373
Merged
Conversation
Step 2 of the CVE-cleanup plan. The released fizzbee binary embedded go1.23.2 (~2 years old; the 1.23 line is past end-of-life, so Go stdlib security fixes no longer reach it). 1.26.7 is the latest patch of the currently-supported previous stable line — deliberately not 1.27.0, which shipped days ago. No scanner currently flags the old toolchain (docker scout reports zero Go findings against the release binary), so this is hygiene rather than an urgent fix — but unlike the rules_python refresh (deferred: cross-compile breakage), a Go toolchain swap is low-risk and fully verifiable. Verified: reference suite 98/98; cross-builds pass for linux_x86, linux_arm, macos_x86 (macos_arm is the native build host); the resulting binary embeds go1.26.7. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
jp-fizzbee
force-pushed
the
user/jp/bump-go-sdk
branch
from
August 24, 2026 18:22
9002250 to
60a0b69
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.
Summary
Step 2 of the CVE-cleanup plan (after #371, before tagging v0.5.3).
The released fizzbee binary embeds
go1.23.2— ~2 years old, and the 1.23 line is past EOL, so Go stdlib security fixes no longer reach it. This bumpsgo_sdkto 1.26.7, the latest patch of the currently-supported previous stable line (deliberately not 1.27.0, released days ago).No scanner currently flags the old toolchain (scout: zero Go findings), so this is hygiene, not urgent — but unlike the rules_python refresh (deferred due to cross-compile breakage), a Go toolchain swap is low-risk and fully verifiable.
Verification
go1.26.7(go version -m)🤖 Generated with Claude Code