Skip to content

Commit 8fac5be

Browse files
committed
use v8
1 parent 9757119 commit 8fac5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v3
1313
- name: Run linters
14-
uses: golangci/golangci-lint-action@v3
14+
uses: golangci/golangci-lint-action@v8
1515
with:
1616
version: v2.1.6
1717
args: --timeout=3m
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
- name: Checkout code
31-
uses: actions/checkout@v8
31+
uses: actions/checkout@v3
3232
- name: go tests
3333
run: go test -v -covermode=count -json ./... > test.json
3434
- name: annotate go tests

0 commit comments

Comments
 (0)