Skip to content

chore: update Go to 1.26.4#144

Merged
ChrisJBurns merged 1 commit into
mainfrom
chore/update-go-1.26.4
Jun 4, 2026
Merged

chore: update Go to 1.26.4#144
ChrisJBurns merged 1 commit into
mainfrom
chore/update-go-1.26.4

Conversation

@ChrisJBurns

Copy link
Copy Markdown
Collaborator

Summary

Updates the project to the latest stable Go release, 1.26.4 (was 1.25.7).

  • Bumps the go directive in go.mod.
  • CI workflows (release.yml, lint.yml, test.yml, build.yml) all use go-version-file: 'go.mod', so they pick up the new version automatically — no other files needed changing.

Verification

  • go build ./...
  • go vet ./...
  • go test ./... — all packages pass ✓

🤖 Generated with Claude Code

Bump the go directive in go.mod from 1.25.7 to the latest stable Go
release, 1.26.4. CI workflows use go-version-file: 'go.mod', so they
pick up the new version automatically.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ChrisJBurns ChrisJBurns enabled auto-merge (squash) June 4, 2026 13:58
@ChrisJBurns ChrisJBurns merged commit 2091902 into main Jun 4, 2026
2 checks passed
@reyortiz3

Copy link
Copy Markdown

consider removing the patch version from the go.mod

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.

3 participants