From 8a057960d26f1c60fffef09be3b05ec3f2e71bba Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Tue, 27 Sep 2022 14:21:37 +0200 Subject: [PATCH] Use kubo v0.16.0-rc1 in Go Test --- .github/actions/go-test-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/go-test-setup/action.yml b/.github/actions/go-test-setup/action.yml index ae27c0c..660663d 100644 --- a/.github/actions/go-test-setup/action.yml +++ b/.github/actions/go-test-setup/action.yml @@ -6,4 +6,4 @@ runs: steps: - name: Install kubo shell: bash - run: (cd /tmp && go install github.com/ipfs/kubo/cmd/ipfs@master) + run: (cd /tmp && go install github.com/ipfs/kubo/cmd/ipfs@v0.16.0-rc1)