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 93a94ab commit 2b4488aCopy full SHA for 2b4488a
.travis.yml
@@ -20,8 +20,11 @@ matrix:
20
- os: linux
21
dist: precise
22
go: 1.9.x
23
+ - os: linux
24
+ dist: precise
25
+ go: 1.10.x
26
- os: osx
- go: 1.9.x
27
28
29
script:
30
- go install ./...
appveyor.yml
@@ -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
0 commit comments