From 224612ba5fcc296f4697d6dcb609972e55b019ec Mon Sep 17 00:00:00 2001 From: Umputun Date: Thu, 20 Aug 2026 20:34:30 -0500 Subject: [PATCH] chore: update golangci-lint to 2.12.2 --- build.go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.go/Dockerfile b/build.go/Dockerfile index 0a177ef..5e9cda6 100644 --- a/build.go/Dockerfile +++ b/build.go/Dockerfile @@ -8,7 +8,7 @@ ENV \ TIME_ZONE=America/Chicago \ CGO_ENABLED=0 \ GOVERALLS=0.0.12 \ - GOLANGCI=2.9.0 \ + GOLANGCI=2.12.2 \ STATIK=0.1.7 \ GORELEASER=2.13.3