chore: upgrade Go to 1.26.3#124
Merged
Merged
Conversation
Addresses Snyk-reported vulnerability in Go standard library std/net by upgrading the go directive in go.mod to Go 1.26.3. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
silphid
approved these changes
Jun 2, 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
Upgrades the
godirective ingo.modfrom Go 1.26.0 to Go 1.26.3Why
Snyk flagged a vulnerability in
std/net(PL-5696). This is fixed by upgrading to Go 1.26.3 (or 1.25.10 on the 1.25.x branch).Tip
Go std lib vulnerabilities are fixed by upgrading the
godirective — not by modifying third-party deps.References
Note
Low Risk
Dependency/toolchain-only change with no business logic edits; main risk is ensuring build and CI use Go 1.26.3+ everywhere.
Overview
Bumps the module Go toolchain from 1.26.0 to 1.26.3 in
go.modto address a Snyk finding in the standard librarynetpackage (PL-5696).go.sumis refreshed with updated indirect module checksums (e.g.go-git,golang.org/x/crypto,golang.org/x/net, and related transitive deps) from resolving dependencies against the newer Go version. No application source files change; CI already reads the Go version fromgo.modviago-version-file.Reviewed by Cursor Bugbot for commit 6ed78d2. Bugbot is set up for automated code reviews on this repo. Configure here.