Skip to content

chore(deps): update actions/setup-go action to v6#124

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-setup-go-6.x
Open

chore(deps): update actions/setup-go action to v6#124
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-setup-go-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 4, 2025

This PR contains the following updates:

Package Type Update Change
actions/setup-go action major v5v6

Release Notes

actions/setup-go (actions/setup-go)

v6

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/actions-setup-go-6.x branch from 6640528 to 393dacc Compare September 25, 2025 17:03
@renovate renovate bot force-pushed the renovate/actions-setup-go-6.x branch from 393dacc to 28c3cab Compare October 9, 2025 09:50
@renovate renovate bot force-pushed the renovate/actions-setup-go-6.x branch from 28c3cab to 5704e31 Compare November 11, 2025 00:52
@renovate renovate bot force-pushed the renovate/actions-setup-go-6.x branch from 5704e31 to 74c5857 Compare December 15, 2025 17:25
@renovate renovate bot force-pushed the renovate/actions-setup-go-6.x branch from 74c5857 to 07fd933 Compare February 2, 2026 18:53
@renovate renovate bot force-pushed the renovate/actions-setup-go-6.x branch from 07fd933 to d56fc8d Compare February 12, 2026 13:49
@renovate renovate bot force-pushed the renovate/actions-setup-go-6.x branch from d56fc8d to 918fb12 Compare March 5, 2026 14:52
@renovate renovate bot force-pushed the renovate/actions-setup-go-6.x branch from 918fb12 to bfc8ad3 Compare March 26, 2026 16:46
@renovate renovate bot force-pushed the renovate/actions-setup-go-6.x branch from bfc8ad3 to 87aaf34 Compare April 8, 2026 21:11
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 8, 2026

📝 Walkthrough

Walkthrough

Updated the GitHub Actions workflow file to upgrade the setup-go action from version 5 to version 6, while preserving all existing configuration parameters (check-latest, cache, go-version stable).

Changes

Cohort / File(s) Summary
GitHub Actions Workflow
.github/workflows/build.yml
Upgraded actions/setup-go from v5 to v6 in the build workflow while maintaining all existing configuration settings.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop, a skip, a version bump so fine,
From five to six, the stars align!
Go workflows flow with freshened might,
One little change makes builds just right!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title clearly and directly describes the main change: updating the actions/setup-go GitHub Action from v5 to v6.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/actions-setup-go-6.x

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
.github/workflows/build.yml (1)

18-18: Pin actions/setup-go to a full commit SHA for supply-chain integrity.

Using @v6 relies on mutable tag references. GitHub recommends pinning GitHub Actions to full-length commit SHAs—the only way to ensure immutability and reproducibility.

Update line 18 to: - uses: actions/setup-go@<40-char-sha> (e.g., actions/setup-go@a0c5abb4), where the SHA matches the current release. Use Dependabot to automate future updates.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/workflows/build.yml at line 18, Replace the mutable tag in the
workflow step that currently reads "uses: actions/setup-go@v6" with a
full-length commit SHA for immutability; locate the line containing uses:
actions/setup-go@v6 in the build.yml and update it to uses:
actions/setup-go@<40-char-commit-sha> (obtain the exact SHA from the
actions/setup-go GitHub repo release or use Dependabot to manage updates).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In @.github/workflows/build.yml:
- Line 18: Replace the mutable tag in the workflow step that currently reads
"uses: actions/setup-go@v6" with a full-length commit SHA for immutability;
locate the line containing uses: actions/setup-go@v6 in the build.yml and update
it to uses: actions/setup-go@<40-char-commit-sha> (obtain the exact SHA from the
actions/setup-go GitHub repo release or use Dependabot to manage updates).

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4a648cf2-3df4-47fa-b770-9c3a325269aa

📥 Commits

Reviewing files that changed from the base of the PR and between e2f1adc and 87aaf34.

📒 Files selected for processing (1)
  • .github/workflows/build.yml

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.

0 participants