From 6aaa91c7796edc8e93efb825d41e9b1991edd1f3 Mon Sep 17 00:00:00 2001 From: Julian Kornberger Date: Wed, 28 Aug 2019 19:37:36 +0200 Subject: [PATCH] Run CI with currently supported Go versions (#159) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91253a0..8ba4dd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: go sudo: required dist: xenial go: - - 1.10.x - 1.11.x + - 1.12.x before_install: - sudo sysctl net.ipv6.conf.lo.disable_ipv6=0 - go get github.com/mattn/goveralls