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

Commit

Permalink
chore: rename go-ipfs to kubo
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Oct 1, 2022
1 parent c4fc1a7 commit ae51e48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/go-test-setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: installipfs
description: install go-ipfs
description: install kubo

runs:
using: "composite"
steps:
- name: Install go-ipfs
- name: Install kubo
shell: bash
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@master)
run: (cd /tmp && go install github.com/ipfs/kubo/cmd/ipfs@master)

0 comments on commit ae51e48

Please sign in to comment.