Skip to content

chore: drop patch version from go directive#145

Merged
ChrisJBurns merged 1 commit into
mainfrom
chore/go-mod-drop-patch
Jun 4, 2026
Merged

chore: drop patch version from go directive#145
ChrisJBurns merged 1 commit into
mainfrom
chore/go-mod-drop-patch

Conversation

@ChrisJBurns

Copy link
Copy Markdown
Collaborator

Summary

Changes the go directive in go.mod from 1.26.4 to 1.26.

The go directive only needs the minor version — pinning the patch (.4) forces that exact toolchain, whereas go 1.26 lets the build use any available 1.26.x patch. CI selects a concrete patch toolchain automatically.

Verification

  • go build ./...
  • go vet ./...

🤖 Generated with Claude Code

Use go 1.26 instead of go 1.26.4 in go.mod. The go directive only needs
the minor version; CI picks up a concrete patch toolchain automatically.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ChrisJBurns ChrisJBurns enabled auto-merge (squash) June 4, 2026 14:02
@ChrisJBurns ChrisJBurns merged commit d4144b1 into main Jun 4, 2026
2 checks passed
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