From b3a85f068656d9366007505254233cead223beb2 Mon Sep 17 00:00:00 2001 From: Paul Jolly Date: Wed, 27 Feb 2019 14:25:33 +0000 Subject: [PATCH] ci: move to 1.12.x for the latest Go version (#67) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c67ca5a..2bb35e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: go: - "1.11.x" - - "1.12beta2" + - "1.12.x" os: - linux