From 0c8551ea6beaa4e8166836d5a4e96a50a4ce48a8 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 25 Aug 2018 16:09:23 +0200 Subject: [PATCH] rollback appveyor to use 1.10.4 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index df1f5f5e8..8a6538760 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ version: "1.0.{build}" environment: global: GOPATH: C:\gopath - GOVERSION: "1.11" + GOVERSION: "1.10.4" install: - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%