-
Notifications
You must be signed in to change notification settings - Fork 657
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
deps: bump capability to v1.0.1 #6747
Conversation
go 1.22.2 | ||
|
||
toolchain go1.22.0 | ||
toolchain go1.22.3 |
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.
This gets updated when I do make tidy-all
...
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.
I think this is one of the dependencies requiring a more recent version?
Opening this for review, although yesterday I saw something strange: locally, VS Code indicates in the go.mod that instead of picking up cosmossdk.io/core v0.11.0 (which is the one specified in the go.mod), picks up v0.12.0, which gives build errors. If somebody else could try locally as well to check if they have the same behaviour, that would be nice. |
e2e/go.mod
Outdated
@@ -281,3 +282,5 @@ replace github.com/cosmos/ibc-go/modules/light-clients/08-wasm => ../modules/lig | |||
replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 | |||
|
|||
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 | |||
|
|||
replace cosmossdk.io/core => cosmossdk.io/core v0.11.0 |
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.
can repro, still tryint to figure out why it is getting bumped
e2e/go.mod
Outdated
@@ -35,7 +35,7 @@ require ( | |||
cosmossdk.io/api v0.7.5 // indirect | |||
cosmossdk.io/client/v2 v2.0.0-beta.2 // indirect | |||
cosmossdk.io/collections v0.4.0 // indirect | |||
cosmossdk.io/core v0.12.0 // indirect |
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.
couldn't figure out something that was bumping this indirect? switching it just makes things happy. if you remember how/when this was bumped, that would be helpful!
|
Description
closes: #XXXX
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
).godoc
comments.Files changed
in the GitHub PR explorer.SonarCloud Report
in the comment section below once CI passes.