From b07692d7bcaa94f2e9809513f9010a18d222aa41 Mon Sep 17 00:00:00 2001 From: Cedric Staub Date: Mon, 25 Feb 2019 11:01:01 -0800 Subject: [PATCH] Drop support for Go 1.5 and 1.6 in v2 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a84e99f7..37b9a7c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ matrix: - go: tip go: -- '1.5.x' -- '1.6.x' - '1.7.x' - '1.8.x' - '1.9.x'