chore(deps): bump go directive 1.26.4 → 1.26.5 (GO-2026-5856)#364
Merged
Conversation
govulncheck reads the stdlib version from the `go` directive in go.mod. Go 1.26.4 is affected by GO-2026-5856 (crypto/tls), fixed in go1.26.5, and the finding is reachable through several existing paths (exec, mcp server, ollama/openai clients, git CopyFile, mongodb drop) — so every Go-touching PR now fails the reachability gate until the toolchain is bumped. Bump the directive to 1.26.5 to clear the advisory across all PRs. Code-only paths are unaffected (GOTOOLCHAIN=auto already resolves the toolchain); no source change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Ilya Sadykov <smecsia@gmail.com>
smecsia
requested review from
Cre-eD,
Laboratory and
universe-ops
as code owners
July 14, 2026 18:47
Semgrep Scan ResultsRepository:
Scanned at 2026-07-14 18:48 UTC |
universe-ops
approved these changes
Jul 14, 2026
Security Scan ResultsRepository:
Scanned at 2026-07-14 18:49 UTC |
📊 Statement coverageMeasured on the documented included set (see
Baseline: |
Cre-eD
approved these changes
Jul 14, 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 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.
What
Bumps the
godirective ingo.modfrom1.26.4to1.26.5.Why
govulncheckreads the stdlib version it scans from thegodirective. Go 1.26.4 is affected by GO-2026-5856 (crypto/tls), fixed in go1.26.5. The finding is reachable through several pre-existing paths, so the reachability gate now fails on every Go-touching PR until the toolchain is bumped:Bumping the directive clears the advisory fleet-wide (unblocks #363 and any other open Go PR).
go1.26.5is released;GOTOOLCHAIN=autoalready resolves the toolchain, and the other workflows read the version fromgo.mod/ auto-upgrade — so no source change is needed.Scope
One line in
go.mod. No code changes.🤖 Generated with Claude Code