From 993a961cfc4c0f06ff07144a415536ad0674758e Mon Sep 17 00:00:00 2001 From: Richard Townsend Date: Sat, 23 Mar 2019 18:26:48 +0000 Subject: [PATCH 1/2] Ask Travis to test Go 1.11 and Go 1.12 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c5059e9..dd269ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ go: - "1.8" - "1.9" - "1.10" + - "1.11" + - "1.12" env: # Temporary workaround for go 1.6 - GODEBUG=cgocheck=0 From 392c77537b188ba4ce8e90e65f1f49e4be03758b Mon Sep 17 00:00:00 2001 From: Richard Townsend Date: Sat, 23 Mar 2019 18:39:05 +0000 Subject: [PATCH 2/2] Drop support for Go 1.8 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd269ce..81e6b70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - "1.8" - "1.9" - "1.10" - "1.11"