From 2f92c4fb57c8112455b87da2296a76cd60e2c0f9 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 20 Oct 2016 00:45:46 -0700 Subject: [PATCH] travis: Update to Go 1.7.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b1501a62..6a77ce953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: go go: -- 1.7.1 +- 1.7.3 install: # This script is used by the Travis build to install a cookie for # go.googlesource.com so rate limits are higher when using `go get` to fetch