Use latest versions of go (#369)

This commit is contained in:
Richard van der Hoff 2017-12-12 10:25:24 +00:00 committed by GitHub
parent c3cb6f8767
commit 568c6f7c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
language: go language: go
go: go:
- 1.8 - 1.8.x
- 1.9 - 1.9.x
env: env:
- TEST_SUITE="lint" - TEST_SUITE="lint"