From 11913a28c616edc889b3bd2118aaa67169c92461 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Tue, 28 May 2019 15:06:12 +0200 Subject: [PATCH] travis: replace golang 1.{10,11}.x with 1.12.x This is because I suspect the gofmt rules change between these versions to make half the travis CI tests fail sometimes? Signed-off-by: Stephan Renatus --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e020d539..99ac3650 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,7 @@ sudo: required matrix: include: - - go: '1.10.x' - - go: '1.11.x' - - go: '1.11.x' - env: GO111MODULE=on + - go: '1.12.x' env: global: DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost" DEX_ETCD_ENDPOINTS=http://localhost:2379 DEX_LDAP_TESTS=1 DEBIAN_FRONTEND=noninteractive DEX_KEYSTONE_URL=http://localhost:5000 DEX_KEYSTONE_ADMIN_URL=http://localhost:35357 DEX_KEYSTONE_ADMIN_USER=demo DEX_KEYSTONE_ADMIN_PASS=DEMO_PASS