Skip to content

Commit 751abff

Browse files
kevinrizzaci-robot
authored andcommitted
Update golangci-lint to 1.54 (#3160)
Signed-off-by: kevinrizza <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: d8a5e1eb2b017c9d5401945ec0f38ef13ac1f2ae
1 parent 42591fb commit 751abff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

staging/operator-lifecycle-manager/.github/workflows/sanity.yaml

Lines changed: 2 additions & 1 deletion
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

staging/operator-lifecycle-manager/.golangci.yaml

Lines changed: 0 additions & 1 deletion
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)