Browse Source

fix(yay): fix proxy settings

jguer 4 năm trước cách đây
mục cha
commit
d3bc19a003
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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