appveyor: bump to Go 1.13.4

This commit is contained in:
Samuel Marks 2019-11-02 18:54:04 +11:00
parent 44b74cfc40
commit 86fe283d19
No known key found for this signature in database
GPG Key ID: A66D5F029DBB680C

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