Skip to content

Commit

Permalink
Merge pull request #633 from google/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-3

Bump actions/setup-go from 2 to 3
  • Loading branch information
github-actions[bot] authored Apr 11, 2022
2 parents f83c38e + 404d766 commit bba4c70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.x'
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.x'
- uses: actions/cache@v3
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
image: gcr.io/oss-fuzz-base/base-builder
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.x'
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.x'
- uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit bba4c70

Please sign in to comment.