From 3f357751432e4c185496fd622d28628eab739461 Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Mon, 22 Feb 2021 14:53:10 +0530 Subject: [PATCH] chore: update Go version for Travis CI This commit adds the latest Go versions supported by the Gimme travis-ci tool build matrix. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index e8b36ead..36a39876 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,10 @@ os: go: - 1.11.x - 1.12.x + - 1.13.x + - 1.14.x + - 1.15.x + - 1.16.x install: go get -v ./... script: go test -v -cover ./...