From ad8b37e37cd369c80325554e1102fb3c87cc82ed Mon Sep 17 00:00:00 2001 From: jiangyong27 Date: Thu, 13 Mar 2025 20:01:18 +0800 Subject: [PATCH] go --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05c8cd1..f5d6344 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app/src RUN mkdir -p /app/bin /app/log -RUN export GOROOT=/usr/local/go1.21.4 && \ +RUN export GOROOT=/usr/local/go1.23.1 && \ export GOPROXY=https://goproxy.cn && \ export GOPRIVATE=gitlab.batiao8.com && \ export PATH=$PATH:$GOROOT/bin && \