mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-23 21:57:30 +00:00
Merge pull request #511 from nikhita/travis-go-1.12
travis: bump go version to 1.11.2
This commit is contained in:
commit
01eda157bc
@ -3,8 +3,7 @@ language: go
|
|||||||
go_import_path: k8s.io/client-go
|
go_import_path: k8s.io/client-go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.11.1
|
- 1.11.2
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [ "$TRAVIS_BRANCH" != "master" ]; then godep restore; fi
|
|
||||||
- go build ./...
|
- go build ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user