From 6e10770797c486ba1068d5a6580c7752714905c8 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg <rothberg@redhat.com> Date: Fri, 20 Sep 2019 10:40:27 +0200 Subject: [PATCH] Makefile: use GOPROXY Using a goproxy is up to ten times faster. Setting it speeds up go v1.11.x and v1.12.x. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 11d5cf9..31f8370 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +export GOPROXY=https://proxy.golang.org + GO ?= go EPOCH_TEST_COMMIT ?= 394c06f491fe9f1c28a410e3b0b91916a5119406 DESTDIR ?= -- GitLab