appveyor: bump to Go 1.12.9 (#19966)

* appveyor: bump to Go 1.12.8

* appveyor: bump to Go 1.12.9
This commit is contained in:
Samuel Marks 2019-08-19 23:23:13 +10:00 committed by Péter Szilágyi
parent 3bb9b49afb
commit 039a9c3622

View File

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