From a887bed25b9238830082bc7d920e8e8cf4df8292 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 24 Oct 2019 22:53:40 -0700 Subject: [PATCH] appveyor: remove direct from GOPROXY --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 75eb7498b..9a57c21cf 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