From c37a2d3883db85ef0ab429908da7b9312c56a7ea Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Fri, 4 Jun 2021 14:13:30 -0700 Subject: [PATCH] .travis.yml: add latest Go versions --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 200b701..3f76b2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,14 @@ go: - 1.9 - "1.10.x" - "1.11.x" - - tip + - "1.12.x" + - "1.13.x" + - "1.14.x" + - "1.15.x" + - "1.16.x" + - master -script: +script: - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - dep ensure - go test ./...