From 67bf6ce73b3cc82701ea458794f9aa3a4d4a793f Mon Sep 17 00:00:00 2001 From: bluenviron-bot <214245907+bluenviron-bot@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:13:03 +0100 Subject: [PATCH] bump golangci-lint to 2.6.2 (#948) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c2d8971..dcc85b15 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASE_IMAGE = golang:1.25-alpine3.22 -LINT_IMAGE = golangci/golangci-lint:v2.6.1 +LINT_IMAGE = golangci/golangci-lint:v2.6.2 .PHONY: $(shell ls)