travis, appveyor: bump to Go 1.11.2 (#18031)

This commit is contained in:
Samuel Marks
2018-11-07 22:17:41 +11:00
committed by Péter Szilágyi
parent e2640a96d4
commit 80e2f3aca4
2 changed files with 3 additions and 3 deletions

View File

@@ -23,8 +23,8 @@ environment:
install:
- git submodule update --init
- rmdir C:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.11.1.windows-%GETH_ARCH%.zip
- 7z x go1.11.1.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.11.2.windows-%GETH_ARCH%.zip
- 7z x go1.11.2.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version