mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-23 00:56:45 +01:00
appveyor: Use Go 1.12
This commit is contained in:
parent
8a511989a0
commit
9037d3ab85
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ clone_folder: c:\gopath\src\github.com\mholt\caddy
|
||||||
environment:
|
environment:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
|
|
||||||
stack: go 1.11
|
stack: go 1.12
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set PATH=%GOPATH%\bin;%PATH%
|
- set PATH=%GOPATH%\bin;%PATH%
|
||||||
|
|
Loading…
Reference in a new issue