Merge pull request #210 from caesarxuchao/fix-travis

bump go version to 1.8.1 for travis
This commit is contained in:
Chao Xu 2017-06-13 16:02:11 -07:00 committed by GitHub
commit 1741b65fcb

View File

@ -3,6 +3,6 @@ language: go
go_import_path: k8s.io/client-go
go:
- 1.7.4
- 1.8.1
script: go build ./...