rollback appveyor to use 1.10.4

This commit is contained in:
Darien Raymond
2018-08-25 16:09:23 +02:00
parent 8899f985ce
commit 0c8551ea6b
+1 -1
View File
@@ -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%