From 551a79ef3ce064769701635b2a5391bebc51ba0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 18:12:21 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a80c04..14f681c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN mkdir -p /tmp/gotestsum \ # go linting: (this package should NOT be installed via go get) # https://github.com/golangci/golangci-lint#binary # https://github.com/golangci/golangci-lint/releases -RUN GOLANG_CI_LINT_VERSION="1.64.8" \ +RUN GOLANG_CI_LINT_VERSION="2.7.2" \ && curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \ | sh -s -- -b $(go env GOPATH)/bin v${GOLANG_CI_LINT_VERSION}