diff options
author | Unknwon <u@gogs.io> | 2019-10-24 22:47:10 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2019-10-24 22:47:10 -0700 |
commit | 40ee8de1713b50126c4144480684f31286c0b1a2 (patch) | |
tree | 72c63b42466979573e8bd8e6b10491cefad5ec43 /appveyor.yml | |
parent | feb7d573338969a1940aa8b1e8161a6adb9c05ca (diff) |
appveyor: add GOPROXY env
Diffstat (limited to 'appveyor.yml')
-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 |