Skip to content

Upgrade to Go 1.26.7 - #166

Merged
smst-jeff merged 1 commit into
mainfrom
upgrade-go-1.26
Aug 26, 2026
Merged

Upgrade to Go 1.26.7#166
smst-jeff merged 1 commit into
mainfrom
upgrade-go-1.26

Conversation

@smst-jeff

Copy link
Copy Markdown
Contributor

Bumps the go directive in go.mod from 1.25.0 to 1.26.7, the latest 1.26 patch release available on the module proxy.

Changes

  • go.mod: go 1.25.0go 1.26.7

That's the entire diff. No toolchain directive was needed, and go.sum is unchanged.

go fix

Ran go fix ./... repeatedly until convergence — it reported zero changes on the first pass. Verified this wasn't a silent no-op:

  • go tool fix help confirms all 23 fixers (any, rangeint, minmax, newexpr, stringsseq, waitgroup, …) are registered and enabled by default.
  • go fix -diff ./... also produced empty output.

The repo has only five hand-written Go files (policy.go, context.go, tools.go, policy_test.go, context_test.go); everything else is generated *.pb.go, which go fix deliberately skips.

Verification

go build ./..., go vet ./..., and go test ./... all pass under go1.26.7.

Note on CI

.github/workflows/ci.yml delegates to smallstep/workflows/.github/workflows/goCI.yml@main with only-latest-golang: false, so the Go version is derived from go.mod rather than pinned in this repo — nothing to update there.

🤖 Generated with Claude Code

Bump the go directive from 1.25.0 to 1.26.7, the latest 1.26 patch
release. Ran `go fix ./...` to completion; it reported no changes, so
no source edits were needed.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@smst-jeff
smst-jeff requested a review from a team as a code owner August 26, 2026 15:27
@smst-jeff
smst-jeff enabled auto-merge August 26, 2026 15:28
@smst-jeff smst-jeff mentioned this pull request Aug 26, 2026
@smst-jeff
smst-jeff merged commit 27f0a5b into main Aug 26, 2026
1 check passed
@smst-jeff
smst-jeff deleted the upgrade-go-1.26 branch August 26, 2026 15:45
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