From 08a6f457c997bbeff3531eda69eae67362e73b2a Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Sat, 9 Mar 2024 12:29:45 +0800 Subject: [PATCH] delete data conversion tool --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 993e757da..b07ff520e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.20 AS builder # Set go mod installation source and proxy ARG GO111MODULE=on -ARG GOPROXY=https://goproxy.io,direct +ARG GOPROXY=https://goproxy.cn,direct ENV GO111MODULE=$GO111MODULE ENV GOPROXY=$GOPROXY