From b661516ee870568dd7e3c919098cbcdedcc0ba0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:43:13 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5 --- .github/workflows/on_prerelease.yaml | 4 ++-- .github/workflows/on_push_pr.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/on_prerelease.yaml b/.github/workflows/on_prerelease.yaml index 5e44b38a..229a1440 100644 --- a/.github/workflows/on_prerelease.yaml +++ b/.github/workflows/on_prerelease.yaml @@ -44,7 +44,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 @@ -143,7 +143,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 fd3735e7..d59e3ffb 100644 --- a/.github/workflows/on_push_pr.yaml +++ b/.github/workflows/on_push_pr.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: 'go.mod' - uses: newrelic/newrelic-infra-checkers@v1 @@ -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 @@ -84,7 +84,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' # One of the integration consumer tests is not working as expected to the environment bootstrap, to keep it