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 f51a94d commit 18b3b7bCopy full SHA for 18b3b7b
.github/workflows/go-test.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Lint
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- uses: actions/setup-go@v5
19
with:
20
go-version: stable
@@ -43,7 +43,7 @@ jobs:
43
check-latest: true
44
cache: true
45
46
47
- name: Run unit tests
48
shell: bash
49
run: go test -v -race -coverprofile="coverage-${{ matrix.os }}.${{ matrix.go_version }}.out" -covermode=atomic -coverpkg=$(go list)/... ./...
0 commit comments