Skip to content

Commit

Permalink
Update golangci-lint action to v4 and linter to v1.57.1
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Mar 22, 2024
1 parent 164a9a5 commit 0d51bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 0d51bda

Please sign in to comment.