From 73c7314873c6310a291e4489888dfc2fc4ba9f82 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sun, 30 Sep 2018 20:08:15 -0400 Subject: [PATCH] Update Travis file to Go 1.10 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ed9677..b99d5d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ notifications: email: false go: - - 1.4 + - 1.10