diff options
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0ae07cc7..e94187e1 100644 --- a/appveyor.yml +++ b/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 |