build(deps): Bump google.golang.org/protobuf from 1.32.0 to 1.35.2 #857
Annotations
10 errors and 1 warning
golangci-lint:
baseapp/abci_utils.go#L85
invalid operation: cannot compare h.mempool == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci_utils.go#L191
invalid operation: cannot compare h.mempool == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/baseapp.go#L173
invalid operation: cannot compare app.mempool == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
x/auth/ante/ante.go#L30
invalid operation: cannot compare options.BankKeeper == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
x/auth/ante/ante.go#L34
invalid operation: cannot compare options.SignModeHandler == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
x/auth/tx/sigs.go#L90
missing return (typecheck)
|
golangci-lint:
runtime/app.go#L89
a.MountStores undefined (type *App has no field or method MountStores) (typecheck)
|
golangci-lint:
runtime/app.go#L116
a.SetBeginBlocker undefined (type *App has no field or method SetBeginBlocker) (typecheck)
|
golangci-lint:
runtime/app.go#L121
a.SetEndBlocker undefined (type *App has no field or method SetEndBlocker) (typecheck)
|
golangci-lint:
runtime/app.go#L129
a.LoadLatestVersion undefined (type *App has no field or method LoadLatestVersion) (typecheck)
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|