@@ -1,5 +1,6 @@
export GO111MODULE=on
-export GOPROXY=https://proxy.golang.org
+GOPROXY ?= https://proxy.golang.org
+export GOPROXY
BUILD_TAG = devel
ARCH ?= $(shell uname -m)