From 0a683c8de3ed611bb2627588acb4a26cb39bbcdc Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 25 May 2017 09:21:51 +0200 Subject: [PATCH] build: update build to use Golang 1.8.3 Signed-off-by: deadprogram --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fce2e2ee..b3a70c4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: trusty go_import_path: gobot.io/x/gobot go: - 1.7.6 - - 1.8.2 + - 1.8.3 - tip matrix: allow_failures: