From 8de062ebc715a164f222d9fb871c2628aebd8c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 17:04:12 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 2 to 3.2.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI&CD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI&CD.yml b/.github/workflows/CI&CD.yml index 2fd1bb6..1287f4f 100644 --- a/.github/workflows/CI&CD.yml +++ b/.github/workflows/CI&CD.yml @@ -64,7 +64,7 @@ jobs: --dir=/tmp \ --file_fds_limit=4000 - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v3.2.0 with: go-version: ${{ env.GO_VERSION }} @@ -129,7 +129,7 @@ jobs: timeout-minutes: 30 if: github.event_name == 'push' steps: - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v3.2.0 with: go-version: ${{ env.GO_VERSION }}