From a9334aefd83c4e296bcf04ec9744f0f4200af82e Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Tue, 30 Jan 2018 15:27:25 -0800 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e1047b2..27c4b220 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ jobs: - stage: Integration Test script: - make integration - go: 1.8.x + go: 1.9.x notifications: irc: "chat.freenode.net#cri-o"