build(deps): Bump golang.org/x/crypto from 0.11.0 to 0.30.0 #627
Annotations
10 errors and 1 warning
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#L218
invalid operation: cannot compare app.endBlocker != nil (operator != not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci.go#L251
invalid operation: cannot compare app.prepareProposal == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/abci.go#L308
invalid operation: cannot compare app.processProposal == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/baseapp.go#L179
invalid operation: cannot compare app.mempool == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/baseapp.go#L185
invalid operation: cannot compare app.prepareProposal == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint:
baseapp/baseapp.go#L189
invalid operation: cannot compare app.processProposal == nil (operator == not defined on untyped nil) (typecheck)
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|