From a974e4ae0f892d7d35427133d11f9f653c8dfec2 Mon Sep 17 00:00:00 2001 From: bluenviron-bot <214245907+bluenviron-bot@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:46:22 +0100 Subject: [PATCH] bump golangci-lint to 2.9.0 (#5449) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcc97cd0..a655c843 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASE_IMAGE = golang:1.25-alpine3.22 -GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.8.0 +GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.9.0 NODE_IMAGE = node:20-alpine3.22 .PHONY: $(shell ls)