Skip to content

Commit

Permalink
ci: fix per actions/setup-go#177
Browse files Browse the repository at this point in the history
  • Loading branch information
scbizu committed Jan 20, 2022
1 parent e8bcb79 commit 36fccdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Setup
uses: actions/setup-go@v2
with:
go-version: go1.18beta1
stable: 'false'
go-version: '1.18.0-beta1'
- run: |
go version
go test -v ./... -race -cover

0 comments on commit 36fccdc

Please sign in to comment.