File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11language : go
22
33go :
4- - 1.7.1
4+ - 1.8.7
55
66# let us have speedy Docker-based Travis workers
77sudo : false
@@ -17,7 +17,7 @@ before_install:
1717before_script :
1818 - script/travis_consul.sh 0.6.3
1919 - script/travis_etcd.sh 3.0.0
20- - script/travis_zk.sh 3.5.1-alpha
20+ - script/travis_zk.sh 3.5.4-beta
2121
2222script :
2323 - ./consul agent -server -bootstrap -advertise=127.0.0.1 -data-dir /tmp/consul -config-file=./config.json 1>/dev/null &
Original file line number Diff line number Diff line change 33if [ $# -gt 0 ] ; then
44 ZK_VERSION=" $1 "
55else
6- ZK_VERSION=" 3.4.7 "
6+ ZK_VERSION=" 3.5.4-beta "
77fi
88
99wget " http://apache.cs.utah.edu/zookeeper/zookeeper-${ZK_VERSION} /zookeeper-${ZK_VERSION} .tar.gz"
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import (
1010 "sync/atomic"
1111 "time"
1212
13- "github.com/boltdb/bolt"
1413 "github.com/docker/libkv"
1514 "github.com/docker/libkv/store"
15+ bolt "go.etcd.io/bbolt"
1616)
1717
1818var (
You can’t perform that action at this time.
0 commit comments