From caf84ad119c3c663b8b80d9b5b810a35eac4c141 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 12 Nov 2019 21:57:42 +0100 Subject: [PATCH] fix(Makefile): GOPROXY default --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index db7f050..49d8959 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,13 @@ # VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD) VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD) +# GO SETTINGS +# Defines a proxy server to download dependent libraries. If no proxy is +# defined, "direct" is used. See configuration options: +# - https://golang.org/cmd/go/#hdr-Module_downloading_and_verification +# - go help module-private +GOPROXY?=direct + # EXECUTABLE # Executable binary which should be compiled for different architecures EXECUTABLE:=dhdu