travis: switch to Go 1.9+1.10 (#539)

1.9 is available for a long time, no point in testing in 1.9rc1.
1.10 is already released too.
This commit is contained in:
Dmitry Vyukov 2018-03-20 14:34:44 +01:00 committed by GitHub
parent e20831f6ce
commit 4514465649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@ language: go
dist: trusty
go:
- 1.8
- 1.9rc1
- "1.9"
- "1.10"
before_install:
- echo $PATH