build(deps): Bump cosmossdk.io/math from 1.4.0 to 1.5.0 #77962
Annotations
10 errors and 1 warning
golangci-lint:
types/math.go#L4
could not import cosmossdk.io/math (-: cannot compile Go 1.22 code) (typecheck)
|
golangci-lint:
baseapp/abci.go#L71
invalid operation: cannot compare app.initChainer == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci.go#L137
invalid operation: cannot compare app.addrPeerFilter != nil (operator != not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci.go#L146
invalid operation: cannot compare app.idPeerFilter != nil (operator != not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci.go#L195
invalid operation: cannot compare app.beginBlocker != nil (operator != not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci.go#L222
invalid operation: cannot compare app.endBlocker != nil (operator != not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci.go#L255
invalid operation: cannot compare app.prepareProposal == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci.go#L312
invalid operation: cannot compare app.processProposal == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci_utils.go#L84
invalid operation: cannot compare h.mempool == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci_utils.go#L190
invalid operation: cannot compare h.mempool == nil (operator == not defined on untyped nil) (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading