Browse Source

appveyor: add GOPROXY env

Unknwon 5 years ago
parent
commit
40ee8de171
1 changed files with 2 additions and 1 deletions
  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