Skip to content

Commit f37a9e6

Browse files
committed
Dockerfile: update golangci-lint to v2.10.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 4e25e5c commit f37a9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG GO_VERSION=1.26.2
77
# that's also available as alpine image variant for the Golang version used.
88
ARG ALPINE_VERSION=3.23
99
# GOLANGCI_LINT_VERSION sets the version of the golangci/golangci-lint image to use.
10-
ARG GOLANGCI_LINT_VERSION=v2.9.0
10+
ARG GOLANGCI_LINT_VERSION=v2.10.1
1111

1212
FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
1313

0 commit comments

Comments
 (0)