Explorar o código

appveyor: add GOPROXY env

Unknwon %!s(int64=5) %!d(string=hai) anos
pai
achega
40ee8de171
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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