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 9b09c0f + 92956e2 commit 6d200efCopy full SHA for 6d200ef
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