Skip to content

Commit

Permalink
tools: update golangci-lint to 1.55.2
Browse files Browse the repository at this point in the history
This fixes `panic: 453816259: duplicate method InformerFor`.

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
  • Loading branch information
jan--f committed Dec 12, 2023
1 parent 63c7288 commit 7c65ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -33,7 +33,7 @@ GOJSONTOYAML_BIN=$(BIN_DIR)/gojsontoyaml
JSONNET_BIN=$(BIN_DIR)/jsonnet
JSONNETFMT_BIN=$(BIN_DIR)/jsonnetfmt
GOLANGCI_LINT_BIN=$(BIN_DIR)/golangci-lint
GOLANGCI_LINT_VERSION=v1.52.2
GOLANGCI_LINT_VERSION=v1.55.2
PROMTOOL_BIN=$(BIN_DIR)/promtool
DOCGEN_BIN=$(BIN_DIR)/docgen
MISSPELL_BIN=$(BIN_DIR)/misspell
Expand Down

0 comments on commit 7c65ac4

Please sign in to comment.