We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e25e5c commit f37a9e6Copy full SHA for f37a9e6
1 file changed
dockerfiles/Dockerfile.lint
@@ -7,7 +7,7 @@ ARG GO_VERSION=1.26.2
7
# that's also available as alpine image variant for the Golang version used.
8
ARG ALPINE_VERSION=3.23
9
# GOLANGCI_LINT_VERSION sets the version of the golangci/golangci-lint image to use.
10
-ARG GOLANGCI_LINT_VERSION=v2.9.0
+ARG GOLANGCI_LINT_VERSION=v2.10.1
11
12
FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
13
0 commit comments