Merge pull request #20231 from SamuelMarks/go1.13.4

appveyor: bump to Go 1.13.4
This commit is contained in:
Péter Szilágyi 2019-11-04 10:38:10 +02:00 committed by GitHub
commit 0ff7380465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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