From b95e9775b2a53e0d5b0539cdbc41cac411a7686d Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Tue, 21 May 2024 14:21:01 +0300 Subject: [PATCH] Update golangci-lint version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0269236..8f23f15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV TERM=xterm-color ENV CGO_ENABLED=0 ENV GOPRIVATE=go.pkg.cx -ENV GOLANGCI=1.57.2 +ENV GOLANGCI=1.58.2 RUN \ apk add --no-cache --update bash curl git tzdata && \