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.