Skip to content

chore: bump Go toolchain to 1.25.11#127

Merged
fullstackjam merged 1 commit into
mainfrom
chore/bump-go-1.25.11
Jun 3, 2026
Merged

chore: bump Go toolchain to 1.25.11#127
fullstackjam merged 1 commit into
mainfrom
chore/bump-go-1.25.11

Conversation

@fullstackjam
Copy link
Copy Markdown
Collaborator

What does this PR do?

Bumps go 1.25.10go 1.25.11 in go.mod.

Why?

govulncheck (drift) has been failing on every CI run with two stdlib vulns:

  • GO-2026-5039 — arbitrary inputs included in errors without escaping in net/textproto, fixed in go1.25.11
  • GO-2026-5037 — inefficient candidate hostname parsing in crypto/x509, fixed in go1.25.11

All workflows derive their Go version from go-version-file: go.mod, so this one-line change fixes both.

Testing

  • go vet ./... passes
  • go test ./internal/... passes (all L1 green)
  • Tested locally (./openboot install --dry-run or similar) — not required, stdlib bump only

Cross-repo checklist

  • Does this need a docs/content update in openboot.dev? — No
  • Does this change the CLI ↔ server API contract? — No

Notes for reviewer

Single line change in go.mod. All CI jobs use go-version-file: go.mod so no workflow edits needed.

@fullstackjam fullstackjam merged commit 0ce8d56 into main Jun 3, 2026
12 checks passed
@fullstackjam fullstackjam deleted the chore/bump-go-1.25.11 branch June 3, 2026 16:44
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.

1 participant