travis, Dockerfile, appveyor, build: bump to Go 1.10

This commit is contained in:
Péter Szilágyi
2018-02-19 11:04:26 +02:00
parent 39c16c8a1e
commit 669aba8e2c
7 changed files with 29 additions and 23 deletions

View File

@@ -23,8 +23,8 @@ environment:
install:
- git submodule update --init
- rmdir C:\go /s /q
- 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
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.windows-%GETH_ARCH%.zip
- 7z x go1.10.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version