diff --git a/.github/workflows/1.7.yaml b/.github/workflows/1.7.yaml index d980a9586..7b6921994 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@v5 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 b8e9e0d2f..e38dfc8ab 100644 --- a/.github/workflows/1.8.yaml +++ b/.github/workflows/1.8.yaml @@ -148,7 +148,7 @@ jobs: location: ${{ steps.get-k8s-cluster-location.outputs.stdout }} credentials: ${{ secrets.GCP_SA_KEY }} - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v5 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 34c53083b..526a03e4f 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@v5 with: go-version: '1.16' # The Go version to download (if necessary) and use.