Explorar el Código

fix(yay): fix proxy settings

jguer hace 4 años
padre
commit
d3bc19a003
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 export GO111MODULE=on
-GOPROXY ?= https://gocenter.io,direct
+GOPROXY ?= direct,https://proxy.golang.org
 export GOPROXY
 
 BUILD_TAG = devel