From f822737867f683c7fa1d8e67a370854bbdc9b5f6 Mon Sep 17 00:00:00 2001 From: Aren Patel Date: Thu, 22 Oct 2020 15:56:00 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f3f9fe9..6e73a06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ arch: - amd64 - ppc64le go: - - 1.9.x - 1.10.x - 1.11.x - 1.12.x - 1.13.x - 1.14.x + - 1.15.x - tip script: go test ./... -v