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 28f7927 commit 9757119Copy full SHA for 9757119
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
go-version: ${{ matrix.go-version }}
30
- name: Checkout code
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v8
32
- name: go tests
33
run: go test -v -covermode=count -json ./... > test.json
34
- name: annotate go tests
0 commit comments