From 4a687fcef5a534b8d9330e421d393c1877199bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Mon, 14 Apr 2025 09:54:38 +0200 Subject: [PATCH] Bump golangci-lint version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej VaĊĦek --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a33c9f354b..edd54adf3c 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint) cd test && $(BIN_GOLANGCI_LINT) run --timeout 300s $(BIN_GOLANGCI_LINT): - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.64.6 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v2.0.2 .PHONY: generate/zz_filesystem_generated.go generate/zz_filesystem_generated.go: clean_templates