Skip to content

Commit

Permalink
use actions/setup-go v2 insetad of v2 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
blobbered committed Nov 25, 2020
1 parent 9617631 commit e8cf816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
go: ["1.14", "1.13", "1.12"]
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v2-beta
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go build -x -work ./cmds/...
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v2-beta
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go test -race ./...
Expand Down

0 comments on commit e8cf816

Please sign in to comment.