Skip to content

Commit

Permalink
fix github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
staskobzar committed Jan 29, 2024
1 parent f0297d5 commit c1d13e3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18

- name: Vet
run: go vet -c=2
go-version: '1.21'

- name: Test
run: go test -race -cover -v
run: go test -race -cover -v --tags=cover -timeout=5s

0 comments on commit c1d13e3

Please sign in to comment.