Skip to content

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

Merged
rdimitrov merged 1 commit intomainfrom
rdimitrov/stop-pinning-go-patch-versions
Apr 9, 2026
Merged

Stop pinning Go to patch versions, use stable in CI#1137
rdimitrov merged 1 commit intomainfrom
rdimitrov/stop-pinning-go-patch-versions

Conversation

@rdimitrov
Copy link
Copy Markdown
Member

Motivation and Context

We keep bumping go 1.26.x across the repo every time a new Go patch drops

How Has This Been Tested?

  • go.mod / deploy/go.mod: go 1.25.8go 1.26 (minor only — "this module needs Go 1.26")
  • All CI workflows: go-version-file: 'go.mod'go-version: 'stable' — CI always uses the latest stable Go, no more
    bump PRs
  • govulncheck: removed hardcoded go-version-input: '1.26.1'go-version-input: 'stable'

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@rdimitrov rdimitrov force-pushed the rdimitrov/stop-pinning-go-patch-versions branch from d318442 to 2e1ea2e Compare April 8, 2026 17:08
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
@rdimitrov rdimitrov force-pushed the rdimitrov/stop-pinning-go-patch-versions branch from 2e1ea2e to 0a9b73f Compare April 8, 2026 18:24
@rdimitrov rdimitrov merged commit 0fc4606 into main Apr 9, 2026
6 checks passed
@rdimitrov rdimitrov deleted the rdimitrov/stop-pinning-go-patch-versions branch April 9, 2026 15:57
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