Let Travis track the latest stable Go 1.x release.

This keeps us in sync with what the developers are likely using, as well
as lowers the maintenance burden by not requiring this file to be
manually edited every 6 months.
pull/3214/head
Thomas Stromberg 2018-10-04 13:35:19 -07:00
parent 2ebdf5e1eb
commit 0d2e0dfeec
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ os: linux
sudo: required
go:
- 1.10.x
- 1.x
go_import_path: k8s.io/minikube
install: