-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
bump go-libp2p v0.22.0 & go1.18&go1.19 #9244
Conversation
7730f2a
to
e77159c
Compare
bd9c67e
to
c95f482
Compare
688d9c9
to
e9e3493
Compare
Descopped relay search #9257 |
@@ -28,8 +28,8 @@ test_expect_success "add file using CIDv0" ' | |||
' | |||
|
|||
test_expect_success "check hashes" ' | |||
test "$(cid-fmt %v-%c $AHASHv0)" = "cidv0-protobuf" && |
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.
why did you need to change this?
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.
Because I updated go-cid
to v0.2.0
inside tool's go.mod
.
Which has dag-pb
instead (see breaking changes here)
e9e3493
to
196887c
Compare
Fixes: #9225