Skip to content

Commit

Permalink
Update golangci-lint to 1.54 (#3160)
Browse files Browse the repository at this point in the history
Signed-off-by: kevinrizza <krizza@redhat.com>
  • Loading branch information
kevinrizza authored Jan 18, 2024
1 parent 58f48df commit d8a5e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
- name: Run linting checks
uses: "golangci/golangci-lint-action@v3"
with:
version: "v1.51.1"
version: "v1.55.2"
skip-pkg-cache: true

1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ run:

linters:
enable:
- depguard
- gofmt
- goimports
- importas
Expand Down

0 comments on commit d8a5e1e

Please sign in to comment.