From 28ead50ff1ca93acdb62734d3ed8da0206d036ff Mon Sep 17 00:00:00 2001 From: Christian Groschupp Date: Sun, 18 Jun 2017 19:58:28 +0200 Subject: [PATCH] delete go version 1.6.3 from travis ci and add 1.8. (#402) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e37f0796..ff9ae963 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: -- 1.6.3 - 1.7 +- 1.8 - tip services: - memcached