Skip to content

Commit a302e56

Browse files
committed
ci: bump golangci-lint to v2.6.2
Signed-off-by: Heran Yang <[email protected]>
1 parent 731cf7a commit a302e56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ jobs:
6565
cache-dependency-path: src/github.com/containerd/cgroups
6666

6767
- name: golangci-lint
68-
uses: golangci/golangci-lint-action@v6
68+
uses: golangci/golangci-lint-action@v9
6969
with:
70-
version: v1.62.0
70+
version: v2.6.2
71+
skip-cache: true
7172
args: --verbose -D errcheck
7273
working-directory: src/github.com/containerd/cgroups
7374

0 commit comments

Comments
 (0)