1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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%