Bump up go version in travis
k8s master builds off go 1.9.x so we run all tests for 1.9.x. Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
3ab6c36b83
commit
a9334aefd8
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- stage: Integration Test
|
- stage: Integration Test
|
||||||
script:
|
script:
|
||||||
- make integration
|
- make integration
|
||||||
go: 1.8.x
|
go: 1.9.x
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#cri-o"
|
irc: "chat.freenode.net#cri-o"
|
||||||
|
|
Loading…
Reference in a new issue