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 9757119 commit 8fac5beCopy full SHA for 8fac5be
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout code
12
uses: actions/checkout@v3
13
- name: Run linters
14
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v8
15
with:
16
version: v2.1.6
17
args: --timeout=3m
@@ -28,7 +28,7 @@ jobs:
28
29
go-version: ${{ matrix.go-version }}
30
31
- uses: actions/checkout@v8
+ uses: actions/checkout@v3
32
- name: go tests
33
run: go test -v -covermode=count -json ./... > test.json
34
- name: annotate go tests
0 commit comments