Skip to content

build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.5.0 #502

build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.5.0

build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.5.0 #502

Triggered via pull request July 8, 2024 16:24
Status Failure
Total duration 5m 7s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: x/auth/ante/ante.go#L30
invalid operation: cannot compare options.BankKeeper == nil (operator == not defined on untyped nil) (typecheck)
golangci-lint: runtime/services/reflection.go#L60
type func(x *descriptorpb.FileDescriptorProto, y *descriptorpb.FileDescriptorProto) bool of (func(x, y *descriptorpb.FileDescriptorProto) bool literal) does not match inferred type func(a *descriptorpb.FileDescriptorProto, b *descriptorpb.FileDescriptorProto) int for func(a E, b E) int (typecheck)
golangci-lint: runtime/app.go#L217
cannot use &(App literal) (value of type *App) as "github.com/cosmos/cosmos-sdk/server/types".Application value in variable declaration: *App does not implement "github.com/cosmos/cosmos-sdk/server/types".Application (missing method ApplySnapshotChunk) (typecheck)
golangci-lint: runtime/app.go#L101
a.SetBeginBlocker undefined (type *App has no field or method SetBeginBlocker) (typecheck)
golangci-lint: runtime/app.go#L106
a.SetEndBlocker undefined (type *App has no field or method SetEndBlocker) (typecheck)
golangci-lint: runtime/app.go#L114
a.LoadLatestVersion undefined (type *App has no field or method LoadLatestVersion) (typecheck)
golangci-lint: runtime/app.go#L160
a.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
golangci-lint: runtime/app.go#L167
a.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
golangci-lint: runtime/app.go#L169
a.Query undefined (type *App has no field or method Query) (typecheck)
golangci-lint: runtime/app.go#L175
a.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
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/