Skip to content

Commit e319d1b

Browse files
authored
Merge pull request #330 from austinvazquez/update-golangci-lint
Update golangci-lint action to v4 and linter to v1.57.1
2 parents 164a9a5 + 0d51bda commit e319d1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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)