From 26c0624fc0afd3d99a3c86f68619903584f197dc Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Thu, 29 Sep 2016 15:23:47 +0200 Subject: [PATCH] Update CI go versions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4475888..a2dcd64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go: - tip - - 1.6.1 + - 1.7 script: - go test -race -cpu=5 -v ./...