-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update kubo to 0.27.0 #110
Conversation
Signed-off-by: D4ryl00 <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #110 +/- ##
==========================================
- Coverage 68.87% 68.44% -0.44%
==========================================
Files 23 23
Lines 1825 1822 -3
==========================================
- Hits 1257 1247 -10
Misses 365 365
- Partials 203 210 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: D4ryl00 <[email protected]>
ec91d1a
to
a642af6
Compare
I think the new version of kubo doesn't print those annoying warnings, so we can remove these two lines from the expected test output:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with make test and make lint. (See my comment about removing kubo warnings.)
@D4ryl00 will investigate the error when running the example. Change to Draft. |
Signed-off-by: D4ryl00 <[email protected]>
🎉 This PR is included in version 1.10.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR updates Kubo to v0.27.0 and its dependencies.
Because
github.com/ipfs/interface-go-ipfs-core
is now deprecated and its interfaces have been moved togithub.com/ipfs/boxo
andgithub.com/ipfs/kubo
, we updated the import path accordingly.We also updated the
go.mod
with the go version 1.21.8 (latest - 1 Go version).