Skip to content

chore(deps): bump actions/setup-go from 5 to 6#910

Merged
carlos-alm merged 2 commits intomainfrom
dependabot/github_actions/actions/setup-go-6
Apr 11, 2026
Merged

chore(deps): bump actions/setup-go from 5 to 6#910
carlos-alm merged 2 commits intomainfrom
dependabot/github_actions/actions/setup-go-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2026

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.6.0

What's Changed

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

v5.5.0

What's Changed

Bug fixes:

Dependency updates:

New Contributors

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

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 11, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 11, 2026

Greptile Summary

Bumps actions/setup-go from v5 to v6 in .github/workflows/benchmark.yml. The only changed line is the uses: actions/setup-go@v6 step in the build-benchmark job (line 122); all other actions in the file (actions/checkout@v6, actions/setup-node@v6, actions/setup-python@v6) were already on their respective v6 versions. The existing configuration (go-version: "stable", cache: false) is unaffected by the breaking change in v6's toolchain-handling improvement.

Confidence Score: 5/5

Safe to merge — routine Dependabot version bump with no logic changes.

Only one line changed (the action version tag). The workflow already uses ubuntu-latest runners which will satisfy the v2.327.1 runner requirement. The existing go-version: "stable" and cache: false inputs are unaffected by v6's breaking changes.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/benchmark.yml Single-line version bump of actions/setup-go from v5 to v6; no logic or configuration changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[benchmark.yml trigger] --> B{event type}
    B -->|workflow_dispatch| C[All 4 jobs run]
    B -->|workflow_run on Publish success| C
    C --> D[build-benchmark]
    C --> E[embedding-benchmark]
    C --> F[query-benchmark]
    C --> G[incremental-benchmark]
    D --> D1["setup-go v6\ngo-version stable\ncache false"]
    D1 --> D2[Run tracer validation]
Loading

Reviews (3): Last reviewed commit: "chore(deps): bump actions/setup-go from ..." | Re-trigger Greptile

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-go-6 branch from 745c32d to 4fc3049 Compare April 11, 2026 20:12
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 force-pushed the dependabot/github_actions/actions/setup-go-6 branch from 4fc3049 to 2af5a9d Compare April 11, 2026 20:13
@carlos-alm carlos-alm merged commit 4fdea15 into main Apr 11, 2026
14 checks passed
@carlos-alm carlos-alm deleted the dependabot/github_actions/actions/setup-go-6 branch April 11, 2026 20:42
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant