Skip to content

chore: upgrade Go to 1.26.3#124

Merged
nwaller-nesto merged 1 commit into
masterfrom
fix/snyk-go-std-1.26.3
Jun 2, 2026
Merged

chore: upgrade Go to 1.26.3#124
nwaller-nesto merged 1 commit into
masterfrom
fix/snyk-go-std-1.26.3

Conversation

@nwaller-nesto

@nwaller-nesto nwaller-nesto commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

What

Upgrades the go directive in go.mod from Go 1.26.0 to Go 1.26.3

Why

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 go directive — 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.mod to address a Snyk finding in the standard library net package (PL-5696).

go.sum is 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 from go.mod via go-version-file.

Reviewed by Cursor Bugbot for commit 6ed78d2. Bugbot is set up for automated code reviews on this repo. Configure here.

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>
@nwaller-nesto nwaller-nesto changed the title fix: upgrade Go to 1.26.3 to resolve Snyk std/net vulnerability (go.mod) chore: upgrade Go to 1.26.3 Jun 2, 2026
@nwaller-nesto nwaller-nesto marked this pull request as ready for review June 2, 2026 18:39
@nwaller-nesto nwaller-nesto enabled auto-merge (squash) June 2, 2026 18:43
@nwaller-nesto nwaller-nesto merged commit 92011c9 into master Jun 2, 2026
9 checks passed
@nwaller-nesto nwaller-nesto deleted the fix/snyk-go-std-1.26.3 branch June 2, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants