Skip to content

Commit

Permalink
Update golangci-lint and config
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Jan 24, 2025
1 parent 4aacf3f commit 7ae5ea8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ linters:
- errname
- errorlint
- exhaustive
- exptostd
- fatcontext
- forcetypeassert
- gci
Expand Down Expand Up @@ -62,6 +63,7 @@ linters:
- nakedret
- nestif
- nilerr
- nilnesserr
- noctx
- nolintlint
- nosprintfhostport
Expand Down Expand Up @@ -92,6 +94,7 @@ linters:
- unparam
- unused
- usestdlibvars
- usetesting
- wastedassign
- whitespace
- zerologlint
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ define curl_to
endef

ZEITGEIST_VERSION = v0.5.3
GOLANGCI_LINT_VERSION := v1.62.2
GOLANGCI_LINT_VERSION := v1.63.4
REPO_INFRA_VERSION = v0.2.5

GINKGO := $(BUILD_BIN_PATH)/ginkgo
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
match: ZEITGEIST_VERSION

- name: golangci-lint
version: v1.62.2
version: v1.63.4
refPaths:
- path: Makefile
match: GOLANGCI_LINT_VERSION
Expand Down

0 comments on commit 7ae5ea8

Please sign in to comment.