From e58aa84bc1ffea0f9a7fa46891bd659a0b414e97 Mon Sep 17 00:00:00 2001 From: David Bariod Date: Thu, 30 Aug 2018 22:06:53 +0200 Subject: [PATCH] bump go toolchain version in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f19b4a..2bd3496 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.9.x - 1.10.x + - 1.11.x env: - GOMAXPROCS=4 GORACE=halt_on_error=1 install: