Skip to content

Commit

Permalink
Bump actions/setup-go from 2 to 3 (#416)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
1 parent 9d1348a commit 88b808c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.18'

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.18'

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.18'

Expand Down

0 comments on commit 88b808c

Please sign in to comment.