From c9a7ea746f1903b1f9c57c4d514e0f20a0d7f738 Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Wed, 29 Aug 2018 11:21:19 -0700 Subject: [PATCH] travis: bump go versions Bump from 1.8, 1.9 to 1.10.4, 1.11. Pin to specifically 1.10.4 since otherwise it implies 1.10.0 which has a go-vet bug which causes failures (see https://github.com/golang/go/issues/24193). Pinning to 1.11.0 doesn't seem to work so leave that as just 1.11. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5e4090ba..2887767ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ language: go go_import_path: github.com/coreos/ignition go: - - 1.8 - - 1.9 + - "1.8" + - "1.11" env: matrix: