build(deps): Bump github.com/prometheus/client_golang from 1.14.0 to 1.20.0 #536
Annotations
10 errors and 1 warning
golangci-lint:
store/rootmulti/store.go#L831
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#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
The following actions use a deprecated Node.js version 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/
|