Selaa lähdekoodia

fix(yay): fix proxy settings

jguer 4 vuotta sitten
vanhempi
commit
d3bc19a003
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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