Skip to content

Commit 0cd7d0a

Browse files
committed
Dockerfile: update golangci-lint to v2.6.1
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 0b3c028 commit 0cd7d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.25.3
77
# that's also available as alpine image variant for the Golang version used.
88
ARG ALPINE_VERSION=3.22
99
# GOLANGCI_LINT_VERSION sets the version of the golangci/golangci-lint image to use.
10-
ARG GOLANGCI_LINT_VERSION=v2.5.0
10+
ARG GOLANGCI_LINT_VERSION=v2.6.1
1111

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

0 commit comments

Comments
 (0)