Skip to content

Commit

Permalink
Merge pull request #712 from vrothberg/go-proxy
Browse files Browse the repository at this point in the history
Makefile: use go proxy
  • Loading branch information
vrothberg authored Aug 30, 2019
2 parents c4b0c7c + a1c5a1f commit 9019e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.PHONY: all binary build-container docs docs-in-container build-local clean install install-binary install-completions shell test-integration .install.vndr vendor

export GOPROXY=https://proxy.golang.org

ifeq ($(shell uname),Darwin)
PREFIX ?= ${DESTDIR}/usr/local
DARWIN_BUILD_TAG=containers_image_ostree_stub
Expand Down

0 comments on commit 9019e27

Please sign in to comment.