functional:update go.etcd.io/etcd link and go image registry for functional test

This commit is contained in:
Wenjia Zhang
2019-08-05 22:19:45 -07:00
parent 4cead3c25c
commit cb4507d15b
3 changed files with 7 additions and 7 deletions

View File

@ -14,5 +14,5 @@ docker run \
--rm \
--net=host \
--name tester \
gcr.io/etcd-development/etcd-functional-tester:go${GO_VERSION} \
gcr.io/etcd-development/etcd-functional:go${GO_VERSION} \
/bin/bash -c "./bin/etcd-tester --config ./functional.yaml"