From e69264dc047bfef8241eb91cd0d787bc611b1ace Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Thu, 27 Feb 2020 08:20:26 -0800 Subject: [PATCH] Run travis build with go v1.14.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3596aad..b044218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ git: depth: 1 env: - GO111MODULE=on # go modules are the default -go: [1.12.x, 1.13.x] +go: [1.12.x, 1.13.x, 1.14.x] script: - go test -race -v -coverprofile=coverage.txt -covermode=atomic ./... services: