Skip to content

Commit

Permalink
workflows: bump actions/setup-go from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2023
1 parent 6192778 commit 687a2a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4
with:
go-version: '1.16' # The Go version to download (if necessary) and use.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/1.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4
with:
go-version: '1.16' # The Go version to download (if necessary) and use.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-run-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4
with:
go-version: '1.16' # The Go version to download (if necessary) and use.

Expand Down

0 comments on commit 687a2a1

Please sign in to comment.