mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
ci: test against the correct version of go-ipfs-http-client
This commit is contained in:
parent
5fc3338c75
commit
2e4fdb267d
@ -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" }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user