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 40723b8 commit 42d4879Copy full SHA for 42d4879
.github/workflows/codecov.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: Set up Go 1.x
37
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
38
with:
39
- go-version: 1.18
+ go-version-file: go.mod
40
- name: Run tests
41
run: go test ./... -coverprofile cover.out
42
- name: Codecov
0 commit comments