Skip to content

chore: bump various dependencies #581

chore: bump various dependencies

chore: bump various dependencies #581

Triggered via pull request August 14, 2024 18:13
Status Failure
Total duration 4m 34s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
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)
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: server/rollback.go#L11
"github.com/cosmos/cosmos-sdk/store/rootmulti" imported but not used (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
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/