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 e5a0f9b commit 6a92180Copy full SHA for 6a92180
.github/workflows/test.yml
@@ -16,10 +16,10 @@ jobs:
16
steps:
17
- uses: actions/setup-go@v5
18
with:
19
- go-version: 1.20
+ go-version: 1.21
20
- uses: actions/checkout@v4
21
- name: Test
22
- run: go test -mod vendor ./... -race -coverprofile=coverage.txt -covermode=atomic
+ run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
23
- name: Codecov
24
uses: codecov/codecov-action@v4.1.0
25
0 commit comments