Use latest versions of go (#369)

main
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
1 changed files with 2 additions and 2 deletions

View File

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