Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Move to Go 1.11 for Travis and go modules
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed May 9, 2019
1 parent 141c007 commit 50410e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required
language: go
go:
- 1.10.x
- 1.11.x
services:
- docker
addons:
Expand Down
2 changes: 2 additions & 0 deletions hack/install-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ sudo apt-get install -y kubectl

curl -sLSf https://raw.githubusercontent.com/helm/helm/master/scripts/get | sudo bash

export GO111MODULE="on"

go get sigs.k8s.io/kind

0 comments on commit 50410e0

Please sign in to comment.