diff --git a/.circleci/main.yml b/.circleci/main.yml index 19e6f0573..aac1da52b 100644 --- a/.circleci/main.yml +++ b/.circleci/main.yml @@ -292,6 +292,9 @@ jobs: command: | git clone https://github.com/ipfs/go-ipfs-http-client.git git -C go-ipfs-http-client log -1 + cd go-ipfs-http-client + git checkout v0.2.0 + cd .. - restore_cache: keys: - v1-http-client-{{ checksum "~/ipfs/go-ipfs/go-ipfs-http-client/go.sum" }}