security: bump Go to 1.26.5 to fix stdlib vulnerabilities#138
Merged
Conversation
Addresses 1 standard-library vulnerability reported by govulncheck in go1.26.4: GO-2026-5856 (crypto/tls), reachable via proxy.Server.Start and fixed in go1.26.5. Bumps all modules and the workspace: go.mod, sdk/go.mod, plugins/contrib/go.mod, plugins/contrib/microsoft/keyvault/go.mod, admin/go.mod, go.work. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Playwright test resultsDetails
|
arnaugiralt
approved these changes
Jul 13, 2026
This was referenced Jul 13, 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 Go toolchain from 1.26.4 → 1.26.5 across the whole workspace.
Why
govulncheck(Vulnerability Check job) is failing onmasterand on every open PR — including all 5 open Dependabot PRs (#133–#137). The cause is not any dependency: it's a Go standard-library vulnerability in the pinned toolchain.Reachable via
proxy.Server.Start(→http.Server.Serve→tls.Conn.HandshakeContext), among other call paths. Fixed in go1.26.5.Changes
go 1.26.4→go 1.26.5in the 6 files that pin the patch version:go.mod,sdk/go.mod,plugins/contrib/go.mod,plugins/contrib/microsoft/keyvault/go.mod,admin/go.mod,go.work. Nogo.sumchanges (agodirective bump doesn't touch it).Validation (local,
GOTOOLCHAIN=auto)make govulncheck(root, sdk, admin) → 0 vulnerabilitiesgovulncheck ./...inplugins/contrib→ No vulnerabilities foundmake build→ compiles cleanFollow-up
After merge, the 5 open Dependabot PRs need
@dependabot rebaseto inherit the bump and go green.🤖 Generated with Claude Code