Skip to content

Commit dad0c77

Browse files
committed
Bump golangci-lint@v2.1.6 in CI
This change bumps golangci/golangci-lint-action from v6 to v8 and golangci-lint from v1.62.0 to v2.1.6. Signed-off-by: Austin Vazquez <austin.vazquez.dev@gmail.com>
1 parent bd5fcd2 commit dad0c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
cache-dependency-path: src/github.com/containerd/cgroups
6363

6464
- name: golangci-lint
65-
uses: golangci/golangci-lint-action@v6
65+
uses: golangci/golangci-lint-action@v8
6666
with:
67-
version: v1.62.0
67+
version: v2.1.6
6868
args: --verbose
6969
working-directory: src/github.com/containerd/cgroups
7070

0 commit comments

Comments
 (0)