From 2e4fdb267db62c09c661d8a0b6ab33d8ee6ee2e7 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Fri, 8 Apr 2022 11:52:55 -0400 Subject: [PATCH] ci: test against the correct version of go-ipfs-http-client --- .circleci/main.yml | 3 +++ 1 file changed, 3 insertions(+) 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" }}