From 2abd22a13b95c8f7a97f1fa3ca12bbc838ce1483 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 24 May 2017 14:28:33 -0700 Subject: [PATCH] travis: run tests with Go 1.8.3 Signed-off-by: Gyu-Ho Lee --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c87b249d7..36379ebed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go_import_path: github.com/coreos/etcd sudo: false go: - - 1.8.1 + - 1.8.3 - tip notifications: