diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-30 06:46:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 06:46:07 -0700 |
commit | 8ba21acd459069cd53b492d46736b85c3436296b (patch) | |
tree | 37d93075b11993bababb703d622b3077e56ab3cb | |
parent | 7cf6ef01acf5cb1a789f79d063aef6846f124b5e (diff) | |
parent | 90ebd7c90993b33d1210187a6a2871d9d4b34547 (diff) | |
download | podman-8ba21acd459069cd53b492d46736b85c3436296b.tar.gz podman-8ba21acd459069cd53b492d46736b85c3436296b.tar.bz2 podman-8ba21acd459069cd53b492d46736b85c3436296b.zip |
Merge pull request #3911 from vrothberg/go-proxy
Makefile: use go proxy
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ export GO111MODULE=off +export GOPROXY=https://proxy.golang.org GO ?= go DESTDIR ?= |