Skip to content

chore: bump GitHub Actions to latest Node24 runtimes (OPE-1020)#16

Merged
davideimola merged 1 commit into
mainfrom
chore/ope-1020-bump-actions
Jul 2, 2026
Merged

chore: bump GitHub Actions to latest Node24 runtimes (OPE-1020)#16
davideimola merged 1 commit into
mainfrom
chore/ope-1020-bump-actions

Conversation

@matteo-madeddu

Copy link
Copy Markdown
Contributor

Summary

Bumps every GitHub Actions uses: reference across .github/workflows/ to its latest exact semver release, moving off the deprecated Node20 runtime (OPE-1020).

Version bumps

Action From To
actions/checkout @V3 / @v2 @v7.0.0
actions/setup-go @v2 / @V3 @v6.5.0
bufbuild/buf-setup-action @v1.18.0 @v1.50.0
bufbuild/buf-lint-action @v1 @v1.1.1
bufbuild/buf-breaking-action @v1 @v1.1.4
goreleaser/goreleaser-action @v4 @v7.2.3

No RedCarbon-Dev/rc-build-gh-actions ref is present in this repo, so the @v0.15 pin does not apply here.

Remediation

  • setup-go v6 forces GOTOOLCHAIN=local, disabling the toolchain auto-download that v2/v3 relied on. Both workflows pinned go-version: 1.24; replaced with go-version-file: go.mod (the repo has no go.work; go.mod declares go 1.24) so the toolchain stays in sync with the module requirement.

Notes

  • release.yml only runs on tag push (v*), so its goreleaser job will not run on this PR.
  • Verified locally: go build ./... and go test ./... both pass.

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

🤖 Generated with Claude Code

Pin every workflow action to its latest exact semver to move off the
deprecated Node20 runtime. setup-go now reads go-version-file: go.mod
instead of a pinned go-version (setup-go v6 forces GOTOOLCHAIN=local).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@matteo-madeddu matteo-madeddu marked this pull request as ready for review June 30, 2026 13:04
@davideimola davideimola merged commit 1b35152 into main Jul 2, 2026
2 checks passed
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