@cryptotaxi247 / kubo / commits / 2e4fdb267

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

Adin Schmahmann committed Apr 8, 2022 at 11:52 UTC 2e4fdb267db62c09c661d8a0b6ab33d8ee6ee2e7
1 file changed +3
.circleci/main.yml
+3
@@ -292,6 +292,9 @@ jobs:
292 command: |
293 git clone https://github.com/ipfs/go-ipfs-http-client.git
294 git -C go-ipfs-http-client log -1
295 + cd go-ipfs-http-client
296 + git checkout v0.2.0
297 + cd ..
298 - restore_cache:
299 keys:
300 - v1-http-client-{{ checksum "~/ipfs/go-ipfs/go-ipfs-http-client/go.sum" }}