From 913a98567eac90397018ebd38f1ccbd39bf9b668 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 1 May 2018 10:22:04 -0700 Subject: [PATCH] tests: use Go 1.9.6 Signed-off-by: Gyuho Lee --- .travis.yml | 2 +- tests/semaphore.test.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2bdeaa093..5412b9d36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ sudo: required services: docker go: -- 1.9.5 +- 1.9.6 notifications: on_success: never diff --git a/tests/semaphore.test.bash b/tests/semaphore.test.bash index 105b0bd84..8dba70213 100755 --- a/tests/semaphore.test.bash +++ b/tests/semaphore.test.bash @@ -15,7 +15,7 @@ fi docker run \ --rm \ --volume=`pwd`:/go/src/github.com/coreos/etcd \ - gcr.io/etcd-development/etcd-test:go1.9.5 \ + gcr.io/etcd-development/etcd-test:go1.9.6 \ /bin/bash -c "${TEST_OPTS} ./test 2>&1 | tee test-${TEST_SUFFIX}.log" ! egrep "(--- FAIL:|panic: test timed out|appears to have leaked)" -B50 -A10 test-${TEST_SUFFIX}.log