We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3c028 commit 0cd7d0aCopy full SHA for 0cd7d0a
dockerfiles/Dockerfile.lint
@@ -7,7 +7,7 @@ ARG GO_VERSION=1.25.3
7
# that's also available as alpine image variant for the Golang version used.
8
ARG ALPINE_VERSION=3.22
9
# GOLANGCI_LINT_VERSION sets the version of the golangci/golangci-lint image to use.
10
-ARG GOLANGCI_LINT_VERSION=v2.5.0
+ARG GOLANGCI_LINT_VERSION=v2.6.1
11
12
FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
13
0 commit comments