From 8f4a5e68ad386c720eb325d7420551ec830a21c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:45:37 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5 --- .github/workflows/prerelease.yml | 4 ++-- .github/workflows/push_pr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 6136746..97e2ab7 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -57,7 +57,7 @@ jobs: with: path: src/github.com/${{env.ORIGINAL_REPO_NAME}} - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version-file: "src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod" - name: Running unit tests @@ -78,7 +78,7 @@ jobs: fetch-depth: 1 path: src/github.com/${{env.ORIGINAL_REPO_NAME}} - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version-file: "src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod" - name: Login to DockerHub diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index a64ba61..525c2ba 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -73,7 +73,7 @@ jobs: with: path: src/github.com/${{env.ORIGINAL_REPO_NAME}} - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version-file: "src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod" - name: Running unit tests @@ -94,7 +94,7 @@ jobs: fetch-depth: 1 path: src/github.com/${{env.ORIGINAL_REPO_NAME}} - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version-file: "src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod" - name: Login to DockerHub