Skip to content

Commit 0d51bda

Browse files
committed
Update golangci-lint action to v4 and linter to v1.57.1
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
1 parent 164a9a5 commit 0d51bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
cache-dependency-path: src/github.com/containerd/cgroups
6666

6767
- name: golangci-lint
68-
uses: golangci/golangci-lint-action@v3
68+
uses: golangci/golangci-lint-action@v4
6969
with:
70-
version: v1.51.1
70+
version: v1.57.1
7171
args: --verbose
7272
working-directory: src/github.com/containerd/cgroups
7373

0 commit comments

Comments
 (0)