use golang 1.11.1

This commit is contained in:
Darien Raymond
2018-10-03 11:48:32 +02:00
parent 0893de8901
commit 8a157316d4
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ version: "1.0.{build}"
environment:
global:
GOPATH: C:\gopath
GOVERSION: "1.11"
GOVERSION: "1.11.1"
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%