Skip to content

Stop pinning Go to patch versions, use stable in CI#693

Merged
blkt merged 1 commit into
mainfrom
stop-pinning-go-patch-version
Apr 10, 2026
Merged

Stop pinning Go to patch versions, use stable in CI#693
blkt merged 1 commit into
mainfrom
stop-pinning-go-patch-version

Conversation

@rdimitrov

Copy link
Copy Markdown
Member

Summary

  • go.mod: go 1.26.2go 1.26 — only declare the minimum language version, not a specific patch
  • go.mod: bumped toolhive v0.16.0 → v0.17.0 and toolhive-core v0.0.14 → v0.0.15 (these deps were pinning us to go 1.26.2)
  • renovate.json: removed the custom regex manager that was bumping the Go patch version (no longer needed), and removed the !golang exclusion from the go modules grouping rule

Similar to stacklok/toolhive-core#82 — avoids noisy Renovate PRs every time a new Go patch drops.

Test plan

  • task lint-fix passes locally
  • task test passes locally
  • go mod tidy does not bump go 1.26 back to a patch version
  • CI workflows pick up stable Go and pass

🤖 Generated with Claude Code

@codecov-commenter

codecov-commenter commented Apr 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.86%. Comparing base (e2021fc) to head (73c26fd).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@blkt blkt enabled auto-merge (squash) April 10, 2026 10:51
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@blkt blkt force-pushed the stop-pinning-go-patch-version branch from 76171fc to 73c26fd Compare April 10, 2026 10:55
@blkt blkt merged commit 774d64d into main Apr 10, 2026
15 checks passed
@blkt blkt deleted the stop-pinning-go-patch-version branch April 10, 2026 10:59
@rdimitrov rdimitrov self-assigned this Apr 10, 2026
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.

4 participants