Makefile: use go proxy

Use GOPROXY=https://proxy.golang.org to speed up fetching dependencies.
Setting it makes `make vendor` three times faster in my local env.

For details please refer to https://proxy.golang.org/.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg 2019-08-30 10:32:29 +02:00
parent d110998744
commit 90ebd7c909

View file

@ -1,4 +1,5 @@
export GO111MODULE=off
export GOPROXY=https://proxy.golang.org
GO ?= go
DESTDIR ?=