From 7c65ac460963a90f2c8325b3829bc5e25ba21174 Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Tue, 12 Dec 2023 11:59:16 +0100 Subject: [PATCH] tools: update golangci-lint to 1.55.2 This fixes `panic: 453816259: duplicate method InformerFor`. Signed-off-by: Jan Fajerski --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fce83c3736..8570cd34a3 100644 --- a/Makefile +++ b/Makefile @@ -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