ci: test against the correct version of go-ipfs-http-client

This commit is contained in:
Adin Schmahmann 2022-04-08 11:52:55 -04:00
parent 5fc3338c75
commit 2e4fdb267d

View File

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