Jelajahi Sumber

appveyor: add GOPROXY env

Unknwon 5 tahun lalu
induk
melakukan
40ee8de171
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      appveyor.yml

+ 2 - 1
appveyor.yml

@@ -5,7 +5,8 @@ clone_depth: 1
 
 environment:
   GO111MODULE: on
-  GOVERSION: 1.13
+  GOPROXY: "https://proxy.golang.org,direct"
+  GOVERSION: 1.13.3
 
 build: false
 deploy: false