unpin Go patch version in go.mod#106
Merged
Merged
Conversation
Use `go 1.26` instead of `go 1.26.3` to match toolhive, toolhive-catalog, and toolhive-core. CI uses `go-version-file: 'go.mod'`, so setup-go will resolve to the latest available 1.26.x and keep picking up stdlib CVE fixes automatically — which is what the 1.26.3 pin in #105 was after. `go mod tidy` also dropped some stale go.sum entries left over from previous bumps. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
glageju
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
go 1.26.3→go 1.26ingo.modso this repo matches the other toolhive projects (toolhive,toolhive-catalog,toolhive-coreall usego 1.26).go-version-file: 'go.mod', soactions/setup-gowill resolve1.26to the latest available patch — we keep getting stdlib CVE fixes automatically, which was the motivation behind the 1.26.3 pin in Fix/security fixes #105.go mod tidyalso cleaned up some stalego.sumentries left over from earlier dependency bumps.Test plan
actions/setup-gologs in CI show a 1.26.x version installed🤖 Generated with Claude Code