From d781b8de6dc86250f7ee5313dd2f80f6b1e9e2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Mon, 3 Feb 2025 17:52:12 +0100 Subject: [PATCH] Makefile: bump golangci-lint to v1.56 for golang 1.22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Hozza --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5421316d..181dad46a 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,10 @@ SHELL := /bin/bash .SHELLFLAGS := -ec -o pipefail # see https://hub.docker.com/r/docker/golangci-lint/tags +# v1.56 to get golang 1.22 (1.22.1) # v1.55 to get golang 1.21 (1.21.3) # v1.53 to get golang 1.20 (1.20.5) -GOLANGCI_LINT_VERSION=v1.55 +GOLANGCI_LINT_VERSION=v1.56 GOLANGCI_LINT_CACHE_DIR=$(HOME)/.cache/golangci-lint/$(GOLANGCI_LINT_VERSION) GOLANGCI_COMPOSER_IMAGE=composer_golangci #