From 260db07a9eea48992c9eeb6a450154adae5f637f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 01:34:58 +0000 Subject: [PATCH] workflows: bump actions/setup-go from 2 to 3 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/1.7.yaml | 2 +- .github/workflows/1.8.yaml | 2 +- .github/workflows/benchmark-run-master.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/1.7.yaml b/.github/workflows/1.7.yaml index e30e45284e4..20fcae2ef05 100644 --- a/.github/workflows/1.7.yaml +++ b/.github/workflows/1.7.yaml @@ -144,7 +144,7 @@ jobs: location: ${{ steps.get-k8s-cluster-location.outputs.stdout }} credentials: ${{ secrets.GCP_SA_KEY }} - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v3 with: go-version: '1.16' # The Go version to download (if necessary) and use. diff --git a/.github/workflows/1.8.yaml b/.github/workflows/1.8.yaml index 907f255fcae..2033aa0cb0f 100644 --- a/.github/workflows/1.8.yaml +++ b/.github/workflows/1.8.yaml @@ -144,7 +144,7 @@ jobs: location: ${{ steps.get-k8s-cluster-location.outputs.stdout }} credentials: ${{ secrets.GCP_SA_KEY }} - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v3 with: go-version: '1.16' # The Go version to download (if necessary) and use. diff --git a/.github/workflows/benchmark-run-master.yaml b/.github/workflows/benchmark-run-master.yaml index 108290d9642..8c871c22c90 100644 --- a/.github/workflows/benchmark-run-master.yaml +++ b/.github/workflows/benchmark-run-master.yaml @@ -110,7 +110,7 @@ jobs: location: ${{ steps.get-k8s-cluster-location.outputs.stdout }} credentials: ${{ secrets.GCP_SA_KEY }} - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v3 with: go-version: '1.16' # The Go version to download (if necessary) and use.