Merge pull request #20231 from SamuelMarks/go1.13.4

appveyor: bump to Go 1.13.4
pull/20241/head
Péter Szilágyi 5 years ago committed by GitHub
commit 0ff7380465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      appveyor.yml

@ -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

Loading…
Cancel
Save