mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
ci: Go version bump for Windows builds (#2236)
This commit is contained in:
parent
9239f3cbcc
commit
3e0695ee31
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ environment:
|
|||
|
||||
install:
|
||||
- rmdir c:\go /s /q
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.windows-amd64.zip
|
||||
- 7z x go1.9.windows-amd64.zip -y -oC:\ > NUL
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.windows-amd64.zip
|
||||
- 7z x go1.10.windows-amd64.zip -y -oC:\ > NUL
|
||||
- set PATH=%GOPATH%\bin;%PATH%
|
||||
- go version
|
||||
- go env
|
||||
|
|
Loading…
Reference in a new issue