From d7c4f1bbb1a737534f75331a219db852eb612f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Thu, 27 Jun 2024 07:07:00 +0200 Subject: [PATCH] chore: updated Go linter (#2403) 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 688c888f0..3a5b9dc18 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint) cd test && $(BIN_GOLANGCI_LINT) run --timeout 300s $(BIN_GOLANGCI_LINT): - curl -sSfL https://github.com/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.55.2 + curl -sSfL https://github.com/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.59.1 .PHONY: generate/zz_filesystem_generated.go generate/zz_filesystem_generated.go: clean_templates templates/certs/ca-certificates.crt