From d1987e9c60a12034da2ebfe4d491fc7ce8dbe225 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 28 Sep 2018 07:18:35 +0900 Subject: [PATCH] Updated go test version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8367725..825f4268 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ language: go # in the next version of Go. Don't worry! Later we declare that test runs # are allowed to fail on Go tip. go: - - 1.10.x + - 1.11.x - master # Setting this to true will skip the `go get` dependencies step.