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 fcafa0b commit 92956e2Copy full SHA for 92956e2
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.13.4.windows-%GETH_ARCH%.zip
27
- - 7z x go1.13.4.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
+ - appveyor DownloadFile https://dl.google.com/go/go1.13.6.windows-%GETH_ARCH%.zip
+ - 7z x go1.13.6.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
28
- go version
29
- gcc --version
30
0 commit comments