From 03a2c69c6de9d9295bfc8312ac59bf1dc929ac7f Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Wed, 7 Aug 2024 15:18:16 +0300 Subject: [PATCH] Bump versions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f23f15..0dd1ef5 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.58.2 +ENV GOLANGCI=1.59.1 RUN \ apk add --no-cache --update bash curl git tzdata && \