Skip to content

Commit

Permalink
chore: replace go-libipfs in Kubo
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jan 30, 2023
1 parent d06f4a9 commit a059026
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/gateway-sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19.1
- name: Checkout go-libipfs
uses: actions/checkout@v3
with:
path: go-libipfs
- name: Checkout Kubo
uses: actions/checkout@v3
with:
Expand All @@ -30,6 +34,11 @@ jobs:
uses: protocol/cache-go-action@v1
with:
name: ${{ github.job }}
- name: Replace go-libipfs in Kubo go.mod
run: |
go mod edit -replace=github.com/ipfs/go-libipfs=../go-libipfs
go mod tidy
working-directory: kubo
- name: Install sharness dependencies
run: make test_sharness_deps
working-directory: kubo
Expand Down

0 comments on commit a059026

Please sign in to comment.