From 619c08a13fc72e73d727d7a476245a076073a26f Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sat, 31 Oct 2020 07:43:51 -0700 Subject: [PATCH] Update travis to latest Go versions. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1b65c7..f27ba27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ arch: - amd64 - ppc64le go: - - 1.8 - - 1.9 - - "1.10" + - 1.14.x + - 1.15.x - master