Skip to content

Commit

Permalink
fix(ci): recursive mod tidy in kubo
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Sep 5, 2024
1 parent 23d7ea5 commit 93a7d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gateway-sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Replace boxo in Kubo go.mod
run: |
go mod edit -replace=github.com/ipfs/boxo=../boxo
go mod tidy
make mod_tidy
cat go.mod
working-directory: kubo
- name: Install sharness dependencies
Expand Down

0 comments on commit 93a7d5e

Please sign in to comment.