From 2aa5394092c4392bc8781ed6f20bf7a3cd970e2f Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 13 May 2019 15:43:01 +0100 Subject: [PATCH] travis: Bump go to 1.12.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 716c4db57..012e04697 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: - docker language: go go: -- "1.12.1" +- "1.12.4" # add TF_CONSUL_TEST=1 to run consul tests # they were causing timouts in travis