From 73bc2ff95dee2f7d2b7f8fc6c0d15155158404de Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 17 Apr 2026 15:29:58 +0200 Subject: [PATCH] Dockerfile: update golangci-lint to v2.11 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eedfe9a..93d9e8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ARG OSXCROSS_VERSION=11.3-r8-debian # GOLANGCI_LINT_VERSION sets the version of the golangci-lint image to use. # It must be a valid tag in the docker.io/golangci/golangci-lint image repository. -ARG GOLANGCI_LINT_VERSION=v2.8 +ARG GOLANGCI_LINT_VERSION=v2.11 # PACKAGE sets the package name to print in the "--version" output. # It sets the "github.com/docker/docker-credential-helpers/credentials.Package