Skip to content

Commit

Permalink
actions: use actions/setup-go@v2
Browse files Browse the repository at this point in the history
setup-go@v2 defaults to only using stable go versions, so a go version
of "1.x" will never pull in an unstable release (as is happening with
setup-go@v1).
  • Loading branch information
willnorris committed Jun 13, 2021
1 parent 3c23f3c commit 77dd0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
Expand Down

0 comments on commit 77dd0eb

Please sign in to comment.