Skip to content

Commit

Permalink
use same version for coverage as tracked in repository (#337)
Browse files Browse the repository at this point in the history
Took 4 minutes
  • Loading branch information
Fank authored Nov 8, 2024
1 parent 0ee9a0f commit 56a6927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version-file: ./go.mod

- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
Expand Down

0 comments on commit 56a6927

Please sign in to comment.