From 69ffb70b3589823d064c6d1b4200642b97665347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Mon, 29 Oct 2018 11:30:30 -0400 Subject: [PATCH] Add Go 1.10 and 1.11 to Travis (#1252) * Add Go 1.10 and 1.11 to Travis Co-Authored-By: gliptak --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 99d630f9..2142bc5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ sudo: false go: - 1.9 + - "1.10" + - 1.11 - tip install: