Skip to content

chore(ci): bump Go toolchain to 1.26 - #198

Merged
brentrager merged 1 commit into
mainfrom
chore/go-1.26
Aug 25, 2026
Merged

chore(ci): bump Go toolchain to 1.26#198
brentrager merged 1 commit into
mainfrom
chore/go-1.26

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

Bumps the Go toolchain to 1.26. Since the mise migration the version lives only in mise.toml, so this is a one-line change.

Deliberately not touching the go directive in go/go.mod — that declares the minimum language version for consumers of the published module, and raising it would break them.

Verified locally on go1.26.7 in go/:

  • go build ./... — clean
  • go vet ./... — clean
  • go test ./...ok github.com/SmooAI/logger/go/v4 0.578s
  • gofmt -l . — no output

🤖 Generated with Claude Code

https://claude.ai/code/session_013YaefW6U442PHZf94fMAer

The toolchain version lives only in mise.toml since the mise migration,
so this is a one-line change. Deliberately NOT touching the `go`
directive in go.mod — that declares the minimum language version for
consumers of the published module, and raising it would break them.

Verified: go build/vet/test and gofmt all pass on 1.26.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Aug 25, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c4ef2d6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@brentrager
brentrager merged commit aec6fc4 into main Aug 25, 2026
1 check passed
@brentrager
brentrager deleted the chore/go-1.26 branch August 25, 2026 00: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.

1 participant