From 9e6912fe82b8baf2e06cb709b33976860eaeeefb Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 20 Oct 2016 11:56:10 -0700 Subject: [PATCH] travis: test with Go 1.7.3 Go 1.7.3 released. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0a784f24..9af7ffa5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go_import_path: github.com/coreos/etcd sudo: false go: - - 1.7.1 + - 1.7.3 - tip env: