diff options
author | Unknwon <u@gogs.io> | 2019-10-24 22:53:40 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2019-10-24 22:53:40 -0700 |
commit | a887bed25b9238830082bc7d920e8e8cf4df8292 (patch) | |
tree | 34f2da0e2cdaebff6448e8ae9a9f04a1e640260e | |
parent | 3fc783617a63c88a43797d06a81295253dcf8b66 (diff) |
appveyor: remove direct from GOPROXY
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 75eb7498..9a57c21c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,9 +5,7 @@ clone_depth: 1 environment: GO111MODULE: on - GOPROXY: "https://proxy.golang.org,direct" - -stack: go 1.13 + GOPROXY: https://proxy.golang.org build: false deploy: false |