Skip to content

Commit e08b7e4

Browse files
committed
update golangci-lint to vl.55.0 , matching the version used by containerd
Signed-off-by: Henry Wang <[email protected]>
1 parent 1743d91 commit e08b7e4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 25
6464

6565
- name: Dependencies
66-
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2
66+
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
6767

6868
- name: Lint
6969
shell: bash

.golangci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ linters:
1212
disable:
1313
- errcheck
1414

15+
issues:
16+
exclude-rules:
17+
- linters:
18+
- revive
19+
text: "unused-parameter"
20+
1521
run:
1622
timeout: 3m

0 commit comments

Comments
 (0)