We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ac093 commit 321d909Copy full SHA for 321d909
.github/workflows/codacy-coverage.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v2
18
with:
19
- go-version: 1.17
+ go-version: 1.18
20
21
- name: Create Coverage File
22
run: go test ./... -race -v -covermode atomic -coverprofile=covprofile ./...
0 commit comments