fix aliyun repo golang mod 404 (#531)

aliyun repo golang mod 404, just connect directly

go module公共代理仓库资料404,就直连
This commit is contained in:
市民233 2021-01-21 16:36:46 +08:00 committed by GitHub
parent d640d86160
commit 0a6df20b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM golang as builder
WORKDIR /home/n9e/builder
ENV GOPROXY=https://mirrors.aliyun.com/goproxy/
ENV GOPROXY=https://mirrors.aliyun.com/goproxy/,direct
RUN git clone https://hub.fastgit.org/didi/nightingale.git
RUN nightingale/control build