We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7138de7 commit 4b939c2Copy full SHA for 4b939c2
appveyor.yml
@@ -23,8 +23,8 @@ environment:
23
install:
24
- git submodule update --init
25
- rmdir C:\go /s /q
26
- - appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.windows-%GETH_ARCH%.zip
27
- - 7z x go1.9.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
+ - appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.2.windows-%GETH_ARCH%.zip
+ - 7z x go1.9.2.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
28
- go version
29
- gcc --version
30
0 commit comments