From 791fd1aed0de19212bfda958d63c3c3804b1884d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:16:05 +0400 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.62.0 (#316) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dfade8e7..1645b68d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV GOPATH="/var/tmp/go" RUN set -x \ # renovate: source=github-releases name=golangci/golangci-lint - && GOLANGCI_LINT_VERSION="1.61.0" \ + && GOLANGCI_LINT_VERSION="1.62.0" \ && wget -O- -nv "https://cdn.jsdelivr.net/gh/golangci/golangci-lint@v${GOLANGCI_LINT_VERSION}/install.sh" \ | sh -s -- -b /bin "v${GOLANGCI_LINT_VERSION}"