From 301964c473b60622b4bb00699cdb6259c44656f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:46:42 +0000 Subject: [PATCH] Chore [deps:github-actions]: Bump actions/setup-go from 5.0.2 to 5.1.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32...41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/qa.yml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5012ef72..7fe82002 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: show-progress: 'false' persist-credentials: 'false' ref: ${{ inputs.ref }} - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} go-version-file: go.mod @@ -121,7 +121,7 @@ jobs: with: name: ${{ needs.prepare.outputs.sources-key }} path: . - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} go-version-file: go.mod @@ -240,7 +240,7 @@ jobs: with: name: ${{ needs.prepare.outputs.sources-key }} path: . - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} go-version-file: go.mod diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 5079881c..e8407e83 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -40,7 +40,7 @@ jobs: ./bin ./cover.out ./cover.html - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} go-version-file: go.mod @@ -84,7 +84,7 @@ jobs: ./bin ./cover.out ./cover.html - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} go-version-file: go.mod @@ -114,7 +114,7 @@ jobs: ref: ${{ inputs.ref }} show-progress: 'false' persist-credentials: 'false' - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} go-version-file: go.mod @@ -141,7 +141,7 @@ jobs: ref: ${{ inputs.ref }} show-progress: 'false' persist-credentials: 'false' - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} go-version-file: go.mod @@ -181,7 +181,7 @@ jobs: ./bin ./cover.out ./cover.html - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} go-version-file: go.mod