From 35b4b479ff8d532dfb72650ac4d74e08bfc47912 Mon Sep 17 00:00:00 2001 From: Florent Messa Date: Tue, 5 Nov 2019 22:04:28 +0100 Subject: [PATCH] chore: use Go 1.13 in CI --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b134094..0caa9d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,5 @@ before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/stretchr/testify go: - - "1.7" - - "1.8" - - "1.9" - - "1.10" - - "tip" + - "1.13" script: make test