From 16388991a33441046539eb716cff4d294d556c70 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 13 Nov 2019 10:29:45 +1100 Subject: [PATCH] Update travisci See https://docs.travis-ci.com/user/languages/go/#specifying-a-go-version-to-use --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2624c4..4da3ca1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ go: - 1.9.x - 1.10.x - 1.11.x - - tip + - master