修改Dockerfile中的go proxy地址为goproxy.cn
This commit is contained in:
@ -2,7 +2,7 @@ FROM golang:alpine as builder
|
||||
|
||||
ENV GO111MODULE=on
|
||||
|
||||
ENV GOPROXY=https://goproxy.io,direct
|
||||
ENV GOPROXY=https://goproxy.cn,direct
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user