Skip to content

Commit

Permalink
Merge pull request #330 from austinvazquez/update-golangci-lint
Browse files Browse the repository at this point in the history
Update golangci-lint action to v4 and linter to v1.57.1
  • Loading branch information
fuweid committed Mar 25, 2024
2 parents 164a9a5 + 0d51bda commit e319d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -65,9 +65,9 @@ jobs:
cache-dependency-path: src/github.com/containerd/cgroups

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.51.1
version: v1.57.1
args: --verbose
working-directory: src/github.com/containerd/cgroups

Expand Down

0 comments on commit e319d1b

Please sign in to comment.