build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.5.0 #517
Annotations
8 errors and 1 warning
golangci-lint:
runtime/services/app.go#L1
: # github.com/cosmos/cosmos-sdk/runtime/services
|
golangci-lint:
runtime/services/reflection.go#L60
type func(x *descriptorpb.FileDescriptorProto, y *descriptorpb.FileDescriptorProto) bool of func(x, y *descriptorpb.FileDescriptorProto) bool {…} does not match inferred type func(a *descriptorpb.FileDescriptorProto, b *descriptorpb.FileDescriptorProto) int for func(a E, b E) int (typecheck)
|
golangci-lint:
runtime/services.go#L8
could not import github.com/cosmos/cosmos-sdk/runtime/services (-: # github.com/cosmos/cosmos-sdk/runtime/services
|
golangci-lint:
runtime/services/reflection.go#L60
type func(x *descriptorpb.FileDescriptorProto, y *descriptorpb.FileDescriptorProto) bool of func(x, y *descriptorpb.FileDescriptorProto) bool {…} does not match inferred type func(a *descriptorpb.FileDescriptorProto, b *descriptorpb.FileDescriptorProto) int for func(a E, b E) int) (typecheck)
|
golangci-lint:
testutil/sims/app_helpers.go#L127
invalid operation: cannot compare startupConfig.BaseAppOption != nil (operator != not defined on untyped nil) (typecheck)
|
golangci-lint:
x/gov/module.go#L229
type func(x v1beta1.HandlerRoute, y v1beta1.HandlerRoute) bool of (func(x, y v1beta1.HandlerRoute) bool literal) does not match inferred type func(a v1beta1.HandlerRoute, b v1beta1.HandlerRoute) int for func(a E, b E) int (typecheck)
|
golangci-lint:
baseapp/baseapp.go#L50
directive `// nolint: maligned` should be written without leading space as `//nolint: maligned` (nolintlint)
|
golangci-lint
issues found
|
golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|