tests: use Go 1.9.6

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-05-01 10:22:04 -07:00
parent 3f888b8085
commit 913a98567e
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ sudo: required
services: docker
go:
- 1.9.5
- 1.9.6
notifications:
on_success: never

View File

@@ -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