Skip to content

Commit 2b4488a

Browse files
committed
travis, appveyor: bump tested Go versions
1 parent 93a94ab commit 2b4488a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ matrix:
2020
- os: linux
2121
dist: precise
2222
go: 1.9.x
23+
- os: linux
24+
dist: precise
25+
go: 1.10.x
2326
- os: osx
24-
go: 1.9.x
27+
go: 1.10.x
2528

2629
script:
2730
- go install ./...

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ environment:
2222

2323
install:
2424
- rmdir C:\go /s /q
25-
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.2.windows-%GOARCH%.zip
26-
- 7z x go1.9.2.windows-%GOARCH%.zip -y -oC:\ > NUL
25+
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.1.windows-%GOARCH%.zip
26+
- 7z x go1.10.1.windows-%GOARCH%.zip -y -oC:\ > NUL
2727
- go version
2828
- gcc --version
2929

0 commit comments

Comments
 (0)