build(deps): Bump github.com/prometheus/common from 0.42.0 to 0.51.0 #644
Annotations
10 errors and 1 warning
golangci-lint:
store/rootmulti/store.go#L799
store.Export undefined (type namedStore has no field or method Export) (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#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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|