From 90e813a4d89af4cf4c7b250158dcb4c56e971478 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:35:41 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5 --- .github/workflows/on_prerelease.yaml | 4 ++-- .github/workflows/on_push_pr.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on_prerelease.yaml b/.github/workflows/on_prerelease.yaml index ee9aeb3..321f597 100644 --- a/.github/workflows/on_prerelease.yaml +++ b/.github/workflows/on_prerelease.yaml @@ -37,7 +37,7 @@ jobs: with: path: src/github.com/${{env.ORIGINAL_REPO_NAME}} - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod" - name: Running unit tests @@ -57,7 +57,7 @@ jobs: fetch-depth: 1 path: src/github.com/${{env.ORIGINAL_REPO_NAME}} - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod" - name: Integration test diff --git a/.github/workflows/on_push_pr.yaml b/.github/workflows/on_push_pr.yaml index 40c403e..663efd8 100644 --- a/.github/workflows/on_push_pr.yaml +++ b/.github/workflows/on_push_pr.yaml @@ -62,7 +62,7 @@ jobs: with: path: src/github.com/${{env.ORIGINAL_REPO_NAME}} - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod" - name: Running unit tests @@ -82,7 +82,7 @@ jobs: fetch-depth: 1 path: src/github.com/${{env.ORIGINAL_REPO_NAME}} - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod" - name: Integration test