We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c9b7c commit 927f39fCopy full SHA for 927f39f
.github/workflows/go-test.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Lint
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- uses: actions/setup-go@v4
12
with:
13
go-version: stable
@@ -37,7 +37,7 @@ jobs:
37
check-latest: true
38
cache: true
39
40
41
42
- run: go test -v -race -coverprofile="coverage-${{ matrix.os }}.${{ matrix.go_version }}.out" -covermode=atomic -coverpkg=$(go list)/... ./...
43
0 commit comments