Change the default goproxy.

This commit is contained in:
lishuang
2022-03-20 16:18:43 +08:00
parent c6836f3654
commit 0c825c65d4
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ COPY . /data
VOLUME /data/build/matter
# proxy
ENV GOPROXY=https://goproxy.io
ENV GOPROXY=https://goproxy.cn
# prepare the config file
RUN go build -mod=readonly \