From 12d5c3b1a0ce31bd1eb5eebd54db561d89fff61a Mon Sep 17 00:00:00 2001 From: bluenviron-bot <214245907+bluenviron-bot@users.noreply.github.com> Date: Sat, 6 Dec 2025 22:08:11 +0100 Subject: [PATCH] bump golangci-lint to 2.7.1 (#958) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcc85b15..708cfda2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASE_IMAGE = golang:1.25-alpine3.22 -LINT_IMAGE = golangci/golangci-lint:v2.6.2 +LINT_IMAGE = golangci/golangci-lint:v2.7.1 .PHONY: $(shell ls)