appveyor: Use Go 1.12

This commit is contained in:
Matt Holt
2019-02-25 18:31:08 -07:00
committed by GitHub
parent 8a511989a0
commit 9037d3ab85
+1 -1
View File
@@ -10,7 +10,7 @@ clone_folder: c:\gopath\src\github.com\mholt\caddy
environment:
GOPATH: c:\gopath
stack: go 1.11
stack: go 1.12
install:
- set PATH=%GOPATH%\bin;%PATH%