Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 1ffe4d0

Browse files
lidelaschmahmann
authored andcommittedNov 29, 2021
chore: use go-ipfs master
1 parent dc7ce04 commit 1ffe4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/custom-runtime.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ ! -d /tmp/go-ipfs ]; then
2525
git clone https://github.com/ipfs/go-ipfs.git
2626
cd go-ipfs
2727
# set implementation to specific commit
28-
git checkout 8c902b156b1c35d17ce45de2525c80bf71c77b5b # https://github.com/ipfs/go-ipfs/pull/8563
28+
git switch master # https://github.com/ipfs/go-ipfs/pull/8563 got merged, lets roll with master until go-ipfs 0.11.0-rc1
2929
make build
3030
fi
3131
fi

0 commit comments

Comments
 (0)