appveyor: bump Go to 1.13.6 on Windows

This commit is contained in:
Péter Szilágyi 2020-01-20 00:50:59 +02:00
parent fcafa0baa5
commit 92956e2930
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.13.4.windows-%GETH_ARCH%.zip
- 7z x go1.13.4.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://dl.google.com/go/go1.13.6.windows-%GETH_ARCH%.zip
- 7z x go1.13.6.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version