Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5 (#2179)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://togithub.com/actions/setup-go) | action |
major | `v4.1.0` -> `v5.0.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

###
[`v5.0.0`](https://togithub.com/actions/setup-go/releases/tag/v5.0.0)

[Compare
Source](https://togithub.com/actions/setup-go/compare/v4.1.0...v5.0.0)

#### What's Changed

In scope of this release, we change Nodejs runtime from node16 to node20
([actions/setup-go#421).
Moreover, we update some dependencies to the latest versions
([actions/setup-go#445).

Besides, this release contains such changes as:

- Fix hosted tool cache usage on windows by
[@&#8203;galargh](https://togithub.com/galargh) in
[actions/setup-go#411
- Improve documentation regarding dependencies caching by
[@&#8203;artemgavrilov](https://togithub.com/artemgavrilov) in
[actions/setup-go#417

#### New Contributors

- [@&#8203;galargh](https://togithub.com/galargh) made their first
contribution in
[actions/setup-go#411
- [@&#8203;artemgavrilov](https://togithub.com/artemgavrilov) made their
first contribution in
[actions/setup-go#417
- [@&#8203;chenrui333](https://togithub.com/chenrui333) made their first
contribution in
[actions/setup-go#421

**Full Changelog**:
actions/setup-go@v4...v5.0.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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/zarf).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 6, 2023
1 parent 010cac9 commit b162db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/golang/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Setup Go binary and caching"
runs:
using: composite
steps:
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.21.x
cache: true

0 comments on commit b162db5

Please sign in to comment.