Skip to content

Commit 9955071

Browse files
authored
chore: switch to master versions of http clients
1 parent e3118b6 commit 9955071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
- run:
254254
name: Cloning
255255
command: |
256-
git clone --branch feat/pubsub-require-multibase https://github.com/ipfs/go-ipfs-api.git
256+
git clone https://github.com/ipfs/go-ipfs-api.git
257257
git -C go-ipfs-api log -1
258258
- run:
259259
name: Starting the daemon
@@ -290,7 +290,7 @@ jobs:
290290
- run:
291291
name: Cloning
292292
command: |
293-
git clone --branch feat/pubsub-require-multibase https://github.com/ipfs/go-ipfs-http-client.git
293+
git clone https://github.com/ipfs/go-ipfs-http-client.git
294294
git -C go-ipfs-http-client log -1
295295
- restore_cache:
296296
keys:

0 commit comments

Comments
 (0)