We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481aab7 commit 25e884cCopy full SHA for 25e884c
Makefile
@@ -2,6 +2,7 @@
2
# Image URL to use all building/pushing image targets
3
IMG ?= controller:latest
4
export GO111MODULE=on
5
+export GOPROXY=https://proxy.golang.org
6
7
all: test manager
8
0 commit comments