From 7580169cb66796062cc3e2468c49081264384496 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 15 May 2018 19:22:15 -0700 Subject: [PATCH] build: update build to use go 1.9.5 and 1.10.1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d0244683..8727889c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.8.x - - 1.9.x + - "1.9.5" + - "1.10.1" sudo: false install: - GLIDE_TAG=v0.12.3