aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2019-10-24 22:53:40 -0700
committerUnknwon <u@gogs.io>2019-10-24 22:53:40 -0700
commita887bed25b9238830082bc7d920e8e8cf4df8292 (patch)
tree34f2da0e2cdaebff6448e8ae9a9f04a1e640260e
parent3fc783617a63c88a43797d06a81295253dcf8b66 (diff)
appveyor: remove direct from GOPROXY
-rw-r--r--appveyor.yml4
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