From 34924c713e862a1eeb0773e65a6ab1e701ce9b55 Mon Sep 17 00:00:00 2001 From: icechen Date: Tue, 28 Dec 2021 16:45:08 +0800 Subject: [PATCH] init --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c16479..110ef13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.17 as builder ENV GO111MODULE on -ENV GOPROXY https://goproxy.io,direct +ENV GOPROXY https://goproxy.cn,direct WORKDIR /go/cache ADD go.mod . ADD go.sum .