Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Use kubo v0.16.0-rc1 in Go Test
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Oct 1, 2022
1 parent 171fcd5 commit 8a05796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/go-test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8a05796

Please sign in to comment.