From 9af4f2e45e78c29813371afc5d4095f7d6424861 Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Thu, 28 Feb 2019 17:39:52 +0100 Subject: [PATCH] Add Go 1.12 to the CI tests This adds Go 1.12 to the CI tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e84cfd9..62d8f12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ matrix: - go: 1.9.x - go: 1.10.x - go: 1.11.x + - go: 1.12.x - go: tip allow_failures: - go: tip