From 99550715a4b4be056310f0c324a576de3746e1b8 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 29 Nov 2021 22:29:00 +0100 Subject: [PATCH] chore: switch to master versions of http clients --- .circleci/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/main.yml b/.circleci/main.yml index 844f9b6c4fc..061bffac86e 100644 --- a/.circleci/main.yml +++ b/.circleci/main.yml @@ -253,7 +253,7 @@ jobs: - run: name: Cloning command: | - git clone --branch feat/pubsub-require-multibase https://github.com/ipfs/go-ipfs-api.git + git clone https://github.com/ipfs/go-ipfs-api.git git -C go-ipfs-api log -1 - run: name: Starting the daemon @@ -290,7 +290,7 @@ jobs: - run: name: Cloning command: | - git clone --branch feat/pubsub-require-multibase https://github.com/ipfs/go-ipfs-http-client.git + git clone https://github.com/ipfs/go-ipfs-http-client.git git -C go-ipfs-http-client log -1 - restore_cache: keys: