Skip to content

Commit b162db5

Browse files
chore(deps): update actions/setup-go action to v5 (#2179)
[![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://github.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://github.com/actions/setup-go/releases/tag/v5.0.0) [Compare Source](https://github.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 ([https://github.com/actions/setup-go/pull/421](https://github.com/actions/setup-go/pull/421)). Moreover, we update some dependencies to the latest versions ([https://github.com/actions/setup-go/pull/445](https://github.com/actions/setup-go/pull/445)). Besides, this release contains such changes as: - Fix hosted tool cache usage on windows by [@&#8203;galargh](https://github.com/galargh) in [https://github.com/actions/setup-go/pull/411](https://github.com/actions/setup-go/pull/411) - Improve documentation regarding dependencies caching by [@&#8203;artemgavrilov](https://github.com/artemgavrilov) in [https://github.com/actions/setup-go/pull/417](https://github.com/actions/setup-go/pull/417) #### New Contributors - [@&#8203;galargh](https://github.com/galargh) made their first contribution in [https://github.com/actions/setup-go/pull/411](https://github.com/actions/setup-go/pull/411) - [@&#8203;artemgavrilov](https://github.com/artemgavrilov) made their first contribution in [https://github.com/actions/setup-go/pull/417](https://github.com/actions/setup-go/pull/417) - [@&#8203;chenrui333](https://github.com/chenrui333) made their first contribution in [https://github.com/actions/setup-go/pull/421](https://github.com/actions/setup-go/pull/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>
1 parent 010cac9 commit b162db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/golang/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Setup Go binary and caching"
44
runs:
55
using: composite
66
steps:
7-
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
7+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
88
with:
99
go-version: 1.21.x
1010
cache: true

0 commit comments

Comments
 (0)