Commit e770f624 authored by Samuel Marks's avatar Samuel Marks Committed by Péter Szilágyi

appveyor: Upgrade Go to v1.12.5 (#19536)

parent 9b831d74
......@@ -23,8 +23,8 @@ environment:
install:
- git submodule update --init
- rmdir C:\go /s /q
- appveyor DownloadFile https://dl.google.com/go/go1.12.4.windows-%GETH_ARCH%.zip
- 7z x go1.12.4.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://dl.google.com/go/go1.12.5.windows-%GETH_ARCH%.zip
- 7z x go1.12.5.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment