From ff6a346e5a604dc0c18187e3e5b9f63e884b8800 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 28 May 2018 00:15:40 +0200 Subject: [PATCH] chore: change Travis configuration. - remove go1.8, due to https://github.com/miekg/dns/pull/683 - add go1.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7a626e2..e46b4f6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: -- 1.8.x - 1.9.x +- 1.x - tip services: - memcached