Skip to content

build(deps): bump actions/setup-go from 6.0.0 to 6.1.0#159

Merged
sagikazarmark merged 1 commit intomainfrom
dependabot/github_actions/actions/setup-go-6.1.0
Dec 13, 2025
Merged

build(deps): bump actions/setup-go from 6.0.0 to 6.1.0#159
sagikazarmark merged 1 commit intomainfrom
dependabot/github_actions/actions/setup-go-6.1.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Dec 10, 2025

Bumps actions/setup-go from 6.0.0 to 6.1.0.

Release notes

Sourced from actions/setup-go's releases.

v6.1.0

What's Changed

Enhancements

Dependency updates

New Contributors

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

Commits
  • 4dc6199 Bump semver and @​types/semver (#652)
  • f3787be Add comprehensive breaking changes documentation for v6 (#674)
  • 3a0c2c8 Bump actions/publish-action from 0.3.0 to 0.4.0 (#641)
  • faf5242 Add support for .tool-versions file in setup-go, update workflow (#673)
  • 7bc60db Fall back to downloading from go.dev/dl instead of storage.googleapis.com/gol...
  • c0137ca Bump eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking chang...
  • See full diff in compare view

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)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@4469467...4dc6199)

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

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 Dec 10, 2025
@sagikazarmark sagikazarmark merged commit cf810d9 into main Dec 13, 2025
11 checks passed
@sagikazarmark sagikazarmark deleted the dependabot/github_actions/actions/setup-go-6.1.0 branch December 13, 2025 03:19
radermacher-iits pushed a commit to kubara-io/kubara that referenced this pull request Feb 19, 2026
…5.0 (#232)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | require | minor | `v2.4.0` → `v2.5.0` |

---

### Release Notes

<details>
<summary>go-viper/mapstructure (github.com/go-viper/mapstructure/v2)</summary>

### [`v2.5.0`](https://github.com/go-viper/mapstructure/releases/tag/v2.5.0)

[Compare Source](go-viper/mapstructure@v2.4.0...v2.5.0)

#### What's Changed

- Print qualified type name when ErrorUnused=true causes errors for unused keys in embedded fields by [@&#8203;jmacd](https://github.com/jmacd) in [#&#8203;113](go-viper/mapstructure#113)
- build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;126](go-viper/mapstructure#126)
- build(deps): bump github/codeql-action from 3.29.7 to 3.29.10 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;131](go-viper/mapstructure#131)
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;129](go-viper/mapstructure#129)
- feat: support for automatically initializing squashed pointer structs by [@&#8203;tuunit](https://github.com/tuunit) in [#&#8203;71](go-viper/mapstructure#71)
- build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;134](go-viper/mapstructure#134)
- build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;142](go-viper/mapstructure#142)
- Fix slice deep map (owned) by [@&#8203;jphastings](https://github.com/jphastings) in [#&#8203;144](go-viper/mapstructure#144)
- chore: fix lint violations by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in [#&#8203;157](go-viper/mapstructure#157)
- chore: switch to devenv by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in [#&#8203;158](go-viper/mapstructure#158)
- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;151](go-viper/mapstructure#151)
- build(deps): bump github/codeql-action from 3.29.10 to 4.31.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;153](go-viper/mapstructure#153)
- build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;154](go-viper/mapstructure#154)
- build(deps): bump actions/checkout from 5.0.0 to 6.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;160](go-viper/mapstructure#160)
- build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;159](go-viper/mapstructure#159)
- build(deps): bump github/codeql-action from 4.31.7 to 4.31.8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;162](go-viper/mapstructure#162)
- build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;161](go-viper/mapstructure#161)
- build(deps): bump github/codeql-action from 4.31.8 to 4.31.9 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;163](go-viper/mapstructure#163)
- feature: Add map field name to convert structs dynamically instead of individually with a tag. by [@&#8203;thespags](https://github.com/thespags) in [#&#8203;149](go-viper/mapstructure#149)
- feat(decoder): support multiple tag names in order by [@&#8203;DarkiT](https://github.com/DarkiT) in [#&#8203;59](go-viper/mapstructure#59)
- feat: optional root object name by [@&#8203;andreev-fn](https://github.com/andreev-fn) in [#&#8203;137](go-viper/mapstructure#137)
- Add unmarshaler interface by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in [#&#8203;166](go-viper/mapstructure#166)

#### New Contributors

- [@&#8203;jmacd](https://github.com/jmacd) made their first contribution in [#&#8203;113](go-viper/mapstructure#113)
- [@&#8203;tuunit](https://github.com/tuunit) made their first contribution in [#&#8203;71](go-viper/mapstructure#71)
- [@&#8203;jphastings](https://github.com/jphastings) made their first contribution in [#&#8203;144](go-viper/mapstructure#144)
- [@&#8203;thespags](https://github.com/thespags) made their first contribution in [#&#8203;149](go-viper/mapstructure#149)
- [@&#8203;DarkiT](https://github.com/DarkiT) made their first contribution in [#&#8203;59](go-viper/mapstructure#59)
- [@&#8203;andreev-fn](https://github.com/andreev-fn) made their first contribution in [#&#8203;137](go-viper/mapstructure#137)

**Full Changelog**: <go-viper/mapstructure@v2.4.0...v2.5.0>

</details>

---

### Configuration

📅 **Schedule**: 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44MC4xIiwidXBkYXRlZEluVmVyIjoiNDIuODAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Reviewed-on: https://kubara.git.onstackit.cloud/STACKIT/kubara/pulls/232
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant