From f33a8168909e6d1eda729375d212a432bf17ff4f Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 12 Mar 2019 14:09:17 +0900 Subject: [PATCH] Upgraded tests to use go 1.12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7a28503e..16fd9f39 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.11.x + - 1.12.x - master # Setting this to true will skip the `go get` dependencies step.