This commit is contained in:
jiangyong27 2025-03-13 20:01:18 +08:00
parent db15670f2a
commit ad8b37e37c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /app/src
RUN mkdir -p /app/bin /app/log 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 GOPROXY=https://goproxy.cn && \
export GOPRIVATE=gitlab.batiao8.com && \ export GOPRIVATE=gitlab.batiao8.com && \
export PATH=$PATH:$GOROOT/bin && \ export PATH=$PATH:$GOROOT/bin && \