Skip to content

chore(deps): bump actions/setup-go from 5 to 7 - #345

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/actions/setup-go-7
Closed

chore(deps): bump actions/setup-go from 5 to 7#345
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/actions/setup-go-7

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-go from 5 to 7.

Release notes

Sourced from actions/setup-go's releases.

v7.0.0

What's Changed

New Contributors

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

v6.5.0

What's Changed

Dependency update

New Contributors

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

v6.4.0

What's Changed

Enhancement

Dependency update

Documentation update

New Contributors

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

v6.3.0

What's Changed

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

v6.2.0

What's Changed

... (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 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 5 to 7.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v7)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot@github

dependabotBot commented on behalf of githubJul 16, 2026

Copy link
Copy Markdown
ContributorAuthor

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

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

@LukasWodka

Copy link
Copy Markdown
Contributor

👋 Heads-up — Code review queue is at 36 / 30

Above the WIP limit. The team convention is to review existing PRs before opening new work.

Open PRs currently in Code review (oldest first):

Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.)

@saadqbal

Copy link
Copy Markdown
Collaborator

Superseded by #348, which bundles all 5 action bumps into one PR (avoids a conflict cascade across the shared workflow files) and — critically for #343 — keeps upload-artifact and download-artifact on the same major (v8), so the release artifact merge doesn't break. Closing.

@dependabot@github

dependabotBot commented on behalf of githubJul 16, 2026

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/github_actions/develop/actions/setup-go-7 branch July 16, 2026 10:34
saadqbal added a commit that referenced this pull request Jul 16, 2026
Bundles the safe Dependabot action bumps into one PR to avoid a merge-conflict
cascade across the shared workflow files:
- actions/checkout 4 → 7 (#344)
- actions/setup-go 5 → 7 (#345)
- actions/setup-python 5 → 6 (#342)
- azure/setup-helm 4 → 5 (#346)
Deliberately NOT bumped: actions/download-artifact 7 → 8 (#343). upload-artifact
has no v8, so bumping download alone would leave the release.yml upload/download
pair on mismatched majors — held at the matched v7 pair until an upload v8 exists.
Workflow-only; no CLI change. actionlint clean.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

work-type:tech-debtRefactor / cleanup, no behavior change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@LukasWodka@saadqbal