appveyor.yml: Upgraded to Go 1.12.3

This commit is contained in:
Samuel Marks 2019-04-10 00:55:56 +10:00
parent 1fc3e44ffe
commit 60ab5faf54
No known key found for this signature in database
GPG Key ID: A3DA1ED8A801C4C5

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.2.windows-%GETH_ARCH%.zip
- 7z x go1.12.2.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://dl.google.com/go/go1.12.3.windows-%GETH_ARCH%.zip
- 7z x go1.12.3.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version