Merge pull request #467 from nikhita/bump-go-version-travis

Bump go version to 1.10.2 for travis
This commit is contained in:
k8s-ci-robot 2018-09-19 04:34:29 -07:00 committed by GitHub
commit 7f726ce02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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