diff --git a/.circleci/config.yml b/.circleci/config.yml index b2bad9a..ad20385 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,9 +108,9 @@ jobs: export IPFS_PATH=$GOPATH/ipfs mkdir $GOPATH/log GO111MODULE=on - go get github.com/cucumber/godog/cmd/godog - go get github.com/cucumber/godog + go get github.com/cucumber/godog/cmd/godog@v0.12.4 + go get github.com/cucumber/godog@v0.12.4 #go get github.com/DATA-DOG/godog/cmd/godog - go get github.com/ethereum/go-ethereum/common + go get github.com/ethereum/go-ethereum/common@v1.10.17 git clone https://github.com/cucumber/godog.git $GOPATH/src/godogs/vendor/github.com/cucumber/godog godog