From f5fbe49edce8a4067758323a5cb14ac904a0088f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 01:40:01 +0200 Subject: [PATCH] Update actions/setup-go action to v5.0.2 (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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 | patch | `v5.0.1` -> `v5.0.2` | --- ### Release Notes
actions/setup-go (actions/setup-go) ### [`v5.0.2`](https://togithub.com/actions/setup-go/compare/v5.0.1...v5.0.2) [Compare Source](https://togithub.com/actions/setup-go/compare/v5.0.1...v5.0.2)
--- ### 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. --- - [ ] 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/ffddorf/terraform-provider-netbox-bgp). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ecda86..1fb507e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: # Allow goreleaser to access older tag information. fetch-depth: 0 - - uses: actions/setup-go@v5.0.1 + - uses: actions/setup-go@v5.0.2 with: go-version-file: "go.mod" cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d41827..993b5ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v4.1.7 - - uses: actions/setup-go@v5.0.1 + - uses: actions/setup-go@v5.0.2 with: go-version-file: "go.mod" cache: true @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.7 - - uses: actions/setup-go@v5.0.1 + - uses: actions/setup-go@v5.0.2 with: go-version-file: "go.mod" cache: true @@ -78,7 +78,7 @@ jobs: BUILDKIT_PROGRESS: plain steps: - uses: actions/checkout@v4.1.7 - - uses: actions/setup-go@v5.0.1 + - uses: actions/setup-go@v5.0.2 with: go-version-file: "go.mod" cache: true