We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36976b commit f32fd40Copy full SHA for f32fd40
build/Makefile
@@ -22,7 +22,7 @@ BASE_DIR := $(PROJECT_DIR)/dist
22
SOURCES = $(wildcard $(PROJECT_DIR)/cmd/*.go)
23
24
export GO111MODULE ?= on
25
-export GOPROXY ?= https://goproxy.io,direct
+#export GOPROXY ?= https://goproxy.io,direct
26
export GOSUMDB ?= sum.golang.org
27
export GOARCH ?= amd64
28
0 commit comments