Skip to content

Commit d8a5e1e

Browse files
authored
Update golangci-lint to 1.54 (#3160)
Signed-off-by: kevinrizza <[email protected]>
1 parent 58f48df commit d8a5e1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sanity.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
- name: Run linting checks
2727
uses: "golangci/golangci-lint-action@v3"
2828
with:
29-
version: "v1.51.1"
29+
version: "v1.55.2"
30+
skip-pkg-cache: true
3031

.golangci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ run:
99

1010
linters:
1111
enable:
12-
- depguard
1312
- gofmt
1413
- goimports
1514
- importas

0 commit comments

Comments
 (0)