Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps actions/setup-go from 5 to 6.

Release notes

Sourced from actions/setup-go's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-go@v5...v6.0.0

v5.5.0

What's Changed

Bug fixes:

Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

v5.4.0

What's Changed

Dependency updates :

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Upgraded CI workflows to use the latest Go toolchain setup across the board (builds on macOS/Ubuntu, Docker image builds, linting, release pipelines, manual release, and unit tests).
    • Improves reliability, performance, and future compatibility of the automation environment.
    • No changes to app features or behavior; end-users are unaffected.

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 29, 2025 21:22
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Sep 29, 2025
@dependabot dependabot bot requested review from elmattic and removed request for a team September 29, 2025 21:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 29, 2025
@dependabot dependabot bot requested a review from akaladarshi September 29, 2025 21:22
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 29, 2025

Walkthrough

Bumps actions/setup-go from v5 to v6 across multiple GitHub Actions workflows. No other workflow logic, inputs, or control flow changes.

Changes

Cohort / File(s) Summary of changes
Single-step bump
.github/workflows/butterflynet.yml, .github/workflows/go-lint.yml, .github/workflows/release.yml, .github/workflows/release_dispatch.yml, .github/workflows/rust-lint.yml
Replace actions/setup-go@v5 with actions/setup-go@v6 in one step within each workflow.
Two-step bump
.github/workflows/docker.yml, .github/workflows/unit-tests.yml
Replace actions/setup-go@v5 with actions/setup-go@v6 in two steps across the workflow(s).
Three-step bump
.github/workflows/forest.yml
Replace actions/setup-go@v5 with actions/setup-go@v6 in three steps (macOS build, Ubuntu build, cargo-publish-dry-run).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • elmattic
  • akaladarshi
  • sudo-shashank

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title “chore(deps): bump actions/setup-go from 5 to 6” cleanly and precisely summarizes the primary change of the pull request, namely updating the GitHub Actions setup-go dependency from version 5 to version 6, without extraneous details or ambiguity.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/github_actions/actions/setup-go-6

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ac8cd71 and 973cdc0.

📒 Files selected for processing (8)
  • .github/workflows/butterflynet.yml (1 hunks)
  • .github/workflows/docker.yml (2 hunks)
  • .github/workflows/forest.yml (3 hunks)
  • .github/workflows/go-lint.yml (1 hunks)
  • .github/workflows/release.yml (1 hunks)
  • .github/workflows/release_dispatch.yml (1 hunks)
  • .github/workflows/rust-lint.yml (1 hunks)
  • .github/workflows/unit-tests.yml (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
  • GitHub Check: tests
  • GitHub Check: tests-release
  • GitHub Check: All lint checks
  • GitHub Check: cargo-publish-dry-run
  • GitHub Check: Build MacOS
  • GitHub Check: Build Ubuntu
  • GitHub Check: Build forest binaries on Linux AMD64
🔇 Additional comments (4)
.github/workflows/rust-lint.yml (1)

53-55: Confirm runners meet setup-go v6 requirements.

actions/setup-go@v6 now runs on Node 24 and needs runner version ≥ 2.327.1. Please double-check any self-hosted runners (especially the ARM pool) are already at or above that version and that downstream actions tolerate the Node 24 runtime before we merge. (newreleases.io)

.github/workflows/unit-tests.yml (1)

49-80: LGTM

Both unit-test jobs keep the same inputs, so the version bump is straightforward.

.github/workflows/go-lint.yml (1)

38-40: LGTM

Version bump looks good; no other workflow logic changed.

.github/workflows/forest.yml (1)

56-110: Use the runner.version context for verification.

actions/setup-go@v6 requires the Node 24 runtime and thus GitHub Actions runner v2.327.1 or later. Please confirm your BuildJet buildjet-8vcpu-ubuntu-2204 (and any self-hosted) images meet this requirement and aren’t on macOS ≤ 13.4 or ARM32. You can verify by adding a step in each affected job:

- name: Print runner version
  run: echo "Runner version: ${{ runner.version }}"

Ensure the output is ≥ 2.327.1 before rolling out v6.


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

@akaladarshi akaladarshi added the RPC requires calibnet RPC checks to run on CI label Sep 30, 2025
@akaladarshi akaladarshi added this pull request to the merge queue Oct 1, 2025
Merged via the queue into main with commit b628bf5 Oct 1, 2025
67 of 87 checks passed
@akaladarshi akaladarshi deleted the dependabot/github_actions/actions/setup-go-6 branch October 1, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code RPC requires calibnet RPC checks to run on CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants