Skip to content

Commit

Permalink
Use go1.12 in travis test. (#6056)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv authored Jul 16, 2019
1 parent 9ef1611 commit 005e8a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
language: go

go:
- "1.10.x"
- "1.12.x"

branches:
only:
Expand All @@ -20,9 +20,6 @@ before_install:
- wget --progress=dot:mega https://storage.googleapis.com/kubernetes-release/release/v1.8.4/bin/linux/amd64/kubectl
- sudo chmod +x kubectl
- sudo mv kubectl /usr/local/bin/kubectl
- wget --progress=dot:mega https://github.com/Masterminds/glide/releases/download/v0.13.1/glide-v0.13.1-linux-amd64.tar.gz -O glide.tar.gz
- tar zxfp glide.tar.gz linux-amd64/glide --strip=1
- sudo mv glide /usr/local/bin/glide

script:
- make build DOCKER_BUILD=false
Expand Down

0 comments on commit 005e8a9

Please sign in to comment.