Skip to content

ci: bump actions/setup-go from 6.2.0 to 6.3.0#17

Merged
ranaroussi merged 1 commit intodevelopfrom
dependabot/github_actions/actions/setup-go-6.3.0
Mar 4, 2026
Merged

ci: bump actions/setup-go from 6.2.0 to 6.3.0#17
ranaroussi merged 1 commit intodevelopfrom
dependabot/github_actions/actions/setup-go-6.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps actions/setup-go from 6.2.0 to 6.3.0.

Release notes

Sourced from actions/setup-go's releases.

v6.3.0

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

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 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)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@7a3fe6c...4b73464)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2026

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps
Copy link

greptile-apps bot commented Mar 4, 2026

Greptile Summary

This PR is an automated dependabot bump of actions/setup-go from v6.2.0 to v6.3.0 across all three GitHub Actions workflow files (ci.yml, rc.yml, release.yml). The change is limited to updating the pinned commit SHA from 7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 to 4b73464bb391d4059bd26b0524d20df3927bd417, with the inline version comment updated accordingly.

  • The update is consistent and correctly applied across all three workflow files.
  • v6.3.0 includes two upstream improvements: defaulting Go module caching to use go.mod, and fixing the Go download URL to point to go.dev.
  • No configuration, logic, or other workflow steps are affected.

Confidence Score: 5/5

  • This PR is safe to merge — it is a straightforward, automated dependency version bump with no logic changes.
  • All three changes are identical one-line SHA pin updates generated by dependabot. The new version is a minor bump with only additive improvements (better caching defaults and a URL fix). No workflow logic is modified.
  • No files require special attention.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[GitHub Actions Trigger] --> B[actions/checkout v6.0.2]
    B --> C[actions/setup-go v6.3.0\n SHA: 4b73464]
    C --> D{Cache dependency path\nsrc/go.sum}
    D -->|Cache hit| E[Restore cached modules]
    D -->|Cache miss| F[Download Go modules\nvia go.dev]
    E --> G[Build / Test / Release]
    F --> G
Loading

Last reviewed commit: 35ac856

@ranaroussi ranaroussi merged commit 41ad767 into develop Mar 4, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions/setup-go-6.3.0 branch March 4, 2026 09:37
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.

1 participant