From 9b42ef30d32349a9837a0c0bc6f87531b3e0a4e3 Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Wed, 22 Jan 2025 12:54:31 +0300 Subject: [PATCH] golang 1.23 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0dd1ef5..16b5e0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine +FROM golang:1.23-alpine ENV TZ=Europe/Moscow ENV TERM=xterm-color @@ -6,7 +6,7 @@ ENV TERM=xterm-color ENV CGO_ENABLED=0 ENV GOPRIVATE=go.pkg.cx -ENV GOLANGCI=1.59.1 +ENV GOLANGCI=1.63.4 RUN \ apk add --no-cache --update bash curl git tzdata && \