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.
2 parents 7527215 + 2808bc6 commit e970d60Copy full SHA for e970d60
appveyor.yml
@@ -23,8 +23,8 @@ environment:
23
install:
24
- git submodule update --init
25
- rmdir C:\go /s /q
26
- - appveyor DownloadFile https://dl.google.com/go/go1.12.6.windows-%GETH_ARCH%.zip
27
- - 7z x go1.12.6.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
+ - appveyor DownloadFile https://dl.google.com/go/go1.12.7.windows-%GETH_ARCH%.zip
+ - 7z x go1.12.7.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
28
- go version
29
- gcc --version
30
0 commit comments