ci: upgrade pinned actions/setup-go v6 -> v7 via ratchet - #7
Draft
cursor[bot] wants to merge 1 commit into
Draft
Conversation
Only major-version bump available this cycle. All other pinned actions are already at their latest release within existing @vx constraints (ratchet update produced no diff). setup-go v7.0.0 changes are internal (source migrated to ESM, @actions/cache bumped to 6.2.0); runtime stays node24 and no action inputs/outputs changed, so this is a low-risk upgrade. Co-authored-by: Nick Pellegrino <nickpell@users.noreply.github.com>
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
Weekly ratchet maintenance of pinned GitHub Actions.
mise run //:ratchet:update(routine, within-@vX-constraint SHA bumps): no changes — every pinned action is already at the latest release within its current major.actions/setup-go(pinned@v6, latestv7.0.0), so it was upgraded with a scoped//:ratchet:upgrade.What changed
actions/setup-go@v6924ae3a1(v6.5.0)@v7b7ad1dad(v7.0.0)Only
.github/workflows/docker.ymlis affected (the sole consumer ofsetup-go). The pinned SHA and the# ratchet:...@vXconstraint comment were both rewritten; nogo-versionor other inputs changed.All other pinned actions were verified current and left untouched:
actions/checkout@v7,actions/upload-artifact@v7,actions/create-github-app-token@v3,aws-actions/configure-aws-credentials@v6,aws-actions/amazon-ecr-login@v2,docker/metadata-action@v6,docker/setup-qemu-action@v4,docker/setup-buildx-action@v4,docker/build-push-action@v7,jdx/mise-action@v4.Risk assessment (from changelog)
Overall: low.
setup-gov7.0.0 carries no user-facing breaking changes despite the major version.Per the v6...v7.0.0 changelog, v7.0.0 contains exactly two changes:
@actions/cacheto 6.2.0 (#771) — dependency bump.Breaking-change checks performed:
@v6and@v7declareruns.using: node24inaction.yml, so there is no Node runtime jump for the runner.go-version: "1.26.0"input we use is unchanged; no inputs were removed or renamed.b7ad1dad31e06c5925ef5d2fc7ad053ef454303eforv7.0.0(verified against the upstream tag ref).The "major" bump is driven by the internal ESM migration and refreshed cache dependency rather than a behavior change, so regression risk to the Docker Build workflow is minimal.
Verification checklist
mise installprovisions go 1.26, golangci-lint, ratchet 0.11.4mise run //:ratchet:updaterun first — produced no diff (nothing to bump within existing majors)actions/setup-gowas the only action with a newer major availablesetup-gov7.0.0 release notes +v6...v7.0.0commit listaction.ymlruntime isnode24on both v6 and v7 (no runtime break)setup-goinputs/outputs changed;go-versioninput unaffectedmise run //:ratchet:lintpasses (all refs remain SHA-pinned with constraint comments)mise run //:ratchet:pinintroduces no additional diff beyond the intended changegit difflimited to a single line in.github/workflows/docker.ymlb7ad1dadverified to match upstreamrefs/tags/v7.0.0Go,Docker Build, andRatchetworkflows green on this PR