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:
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:
|
||||
GOPATH: c:\gopath
|
||||
|
||||
stack: go 1.11
|
||||
stack: go 1.12
|
||||
|
||||
install:
|
||||
- set PATH=%GOPATH%\bin;%PATH%
|
||||
|
|
Loading…
Reference in a new issue