Stop pinning Go to patch versions, use stable in CI#693
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #693 +/- ##
==========================================
+ Coverage 60.84% 60.86% +0.02%
==========================================
Files 103 103
Lines 9979 9979
==========================================
+ Hits 6072 6074 +2
+ Misses 3377 3376 -1
+ Partials 530 529 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
blkt
approved these changes
Apr 10, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
76171fc to
73c26fd
Compare
lujunsan
approved these changes
Apr 10, 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.mod:go 1.26.2→go 1.26— only declare the minimum language version, not a specific patchgo.mod: bumpedtoolhivev0.16.0 → v0.17.0 andtoolhive-corev0.0.14 → v0.0.15 (these deps were pinning us togo 1.26.2)renovate.json: removed the custom regex manager that was bumping the Go patch version (no longer needed), and removed the!golangexclusion from the go modules grouping ruleSimilar to stacklok/toolhive-core#82 — avoids noisy Renovate PRs every time a new Go patch drops.
Test plan
task lint-fixpasses locallytask testpasses locallygo mod tidydoes not bumpgo 1.26back to a patch versionstableGo and pass🤖 Generated with Claude Code