appveyor.yml: Upgraded to Go 1.12.5

This commit is contained in:
Samuel Marks 2019-05-08 14:34:04 +10:00
parent 9b831d74fb
commit de36138dc5
No known key found for this signature in database
GPG key ID: A66D5F029DBB680C

View file

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