travis, appveyor: bump tested Go versions

This commit is contained in:
Péter Szilágyi
2018-04-20 11:12:45 +03:00
parent 5d4c0a4aa9
commit 0cb1635bb0
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -20,8 +20,11 @@ matrix:
- os: linux
dist: precise
go: 1.9.x
- os: linux
dist: precise
go: 1.10.x
- os: osx
go: 1.9.x
go: 1.10.x
script:
- go install ./...
+2 -2
View File
@@ -22,8 +22,8 @@ environment:
install:
- rmdir C:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.2.windows-%GOARCH%.zip
- 7z x go1.9.2.windows-%GOARCH%.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.1.windows-%GOARCH%.zip
- 7z x go1.10.1.windows-%GOARCH%.zip -y -oC:\ > NUL
- go version
- gcc --version