From ac769a6448e3f19f1e8c6d8a5b85dddadb1d6670 Mon Sep 17 00:00:00 2001 From: Iszak Bryan <38895+iszak@users.noreply.github.com> Date: Fri, 1 Feb 2019 17:07:37 +0000 Subject: [PATCH] Drop support for Golang < 1.10 This is because they are not supported by the release policy. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 74f31b4..d04bede 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.4 - - 1.5 + - 1.10 + - 1.11 - tip matrix: