Automate Go version bumps via a go.mod-only checker - #2
Merged
Conversation
herve-quiroz
commented
Jun 18, 2026
The scheduled Go version checker now opens a claude-labelled issue requesting the bump rather than building the branch, commit, and PR itself. The autonomous Claude agent produces the actual PR, which is less brittle than scripting git/gh in the workflow. Drops the contents/pull-requests write permissions in favour of issues: write, and updates the CLAUDE.md invariant to match.
4 tasks
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.
Part of the fleet-wide Go version rollout in herve-quiroz/claude_code_environment#355.
This repo's workflows already use
go-version-file: go.mod, so there is no skew to fix. This PR:check-go-version.yml: a scheduled workflow that comparesgo.mod's declared version against the latest stable Go and, when behind, opens aclaude-labelled issue requesting the one-line bump. The autonomous Claude agent then creates the bump PR — this is less brittle than scripting the branch/commit/PR in the workflow.CLAUDE.md.It does not bump Go (
go.modstays1.26) and does not touch any existing workflow — future bumps are driven by the checker.✨ Content generated by Claude AI.