From a817890cdfb073aec6d27de2348a2b84fc34b260 Mon Sep 17 00:00:00 2001 From: Andrey Tcherepanov Date: Mon, 9 Dec 2019 20:10:14 -0700 Subject: [PATCH] test against newer Go 1.12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81b8375..0098ed4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ script: cd # in the next version of Go. Don't worry! Later we declare that test runs # are allowed to fail on Go tip. go: - - 1.9 + - 1.12 - master # Skip the install step. Don't `go get` dependencies. Only build with the