appveyor: bump builder to Go 1.12.7

This commit is contained in:
Péter Szilágyi 2019-07-09 21:03:37 +03:00
parent 7527215a68
commit 2808bc68b9
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D

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.6.windows-%GETH_ARCH%.zip
- 7z x go1.12.6.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- 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
- go version
- gcc --version