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 72f7c13 commit 64da2e9Copy full SHA for 64da2e9
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
submodules: true
25
- name: Set up Go
26
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
27
28
go-version: ${{ matrix.go-version }}
29
- name: Install deps
.github/workflows/codecov.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
- name: Run coverage
21
run: go test ./... -cover -coverpkg ./... -race -coverprofile=coverage.out -covermode=atomic
22
- name: Upload coverage to Codecov
0 commit comments