From 6ea0a7dfb022d139e3406c99439cac912b4b5cfe Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Tue, 14 May 2019 16:56:03 -0700 Subject: [PATCH] Update .travis.yml to use Go 1.12 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7451745..0cb289e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: go go: - 1.11.x + - 1.12.x - tip install: