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:
Mrunal Patel 2018-01-30 15:27:25 -08:00
parent 3ab6c36b83
commit a9334aefd8

View file

@ -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"