From dad580ba0f98a2831c2e9ade6bdc138cac0da54e Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 12 Nov 2019 21:46:41 +0100 Subject: [PATCH] fix(Makefile): container-run GOPROXY --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd70b46..db7f050 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,8 @@ container-run: --volume ${PWD}:/workspace \ ${BUILD_IMAGE} \ make ${COMMAND} \ - VERSION=${VERSION} + VERSION=${VERSION} \ + GOPROXY=${GOPROXY} # PHONY # ==============================================================================