Skip to content

Commit

Permalink
.github: Bump golangci-lint to 1.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Dec 12, 2022
1 parent 89403d2 commit 0955db8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
E2E_SETUP_KUBECTL: yes
SUDO: sudo
GO_VERSION: "^1.19"
GOLANGCI_LINT_VERSION: "v1.48.0"
GOLANGCI_LINT_VERSION: "v1.50.1"

jobs:
ci-go-lint:
Expand Down
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ issues:
- text: "G104:"
linters:
- gosec
- text: "package-comments:"
linters:
- revive

0 comments on commit 0955db8

Please sign in to comment.