good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 33d28f37 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

Merge pull request #19423 from SamuelMarks/go1.12.3

appveyor.yml: Upgraded to Go 1.12.3
parents 1fc3e44f 60ab5faf
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ environment:
install:
- git submodule update --init
- rmdir C:\go /s /q
- appveyor DownloadFile https://dl.google.com/go/go1.12.2.windows-%GETH_ARCH%.zip
- 7z x go1.12.2.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://dl.google.com/go/go1.12.3.windows-%GETH_ARCH%.zip
- 7z x go1.12.3.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment