Skip to content

Commit 0955db8

Browse files
committed
.github: Bump golangci-lint to 1.50.1
1 parent 89403d2 commit 0955db8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
E2E_SETUP_KUBECTL: yes
2222
SUDO: sudo
2323
GO_VERSION: "^1.19"
24-
GOLANGCI_LINT_VERSION: "v1.48.0"
24+
GOLANGCI_LINT_VERSION: "v1.50.1"
2525

2626
jobs:
2727
ci-go-lint:

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ issues:
3333
- text: "G104:"
3434
linters:
3535
- gosec
36+
- text: "package-comments:"
37+
linters:
38+
- revive

0 commit comments

Comments
 (0)