Skip to content

feat(dep): bump up tendermint version to v.0.3.24 #3

feat(dep): bump up tendermint version to v.0.3.24

feat(dep): bump up tendermint version to v.0.3.24 #3

Triggered via pull request March 20, 2024 13:06
Status Failure
Total duration 1m 40s
Artifacts

lint.yml

on: pull_request
golangci-lint
1m 4s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: mempool/v0/clist_mempool_test.go#L259
cannot use mockClient (variable of type *mocks.Client) as abcicli.Client value in argument to newMempoolWithAppMock: *mocks.Client does not implement abcicli.Client (missing method BeginSideBlockAsync) (typecheck)
golangci-lint: types/params_test.go#L121
cannot use &(tmproto.BlockParams literal) (value of type *"github.com/dojimanetwork/dojimamint/proto/tendermint/types".BlockParams) as *"github.com/dojimanetwork/dojimamint/abci/types".BlockParams value in struct literal (typecheck)
golangci-lint: abci/client/socket_client.go#L430
Error return value of `cli.FlushSync` is not checked (errcheck)
golangci-lint: abci/client/socket_client.go#L440
Error return value of `cli.FlushSync` is not checked (errcheck)
golangci-lint: libs/log/tmfmt_logger_test.go#L86
File is not `gofmt`-ed with `-s` (gofmt)
golangci-lint: p2p/switch.go#L9
File is not `gofmt`-ed with `-s` (gofmt)
golangci-lint: p2p/transport.go#L11
File is not `gofmt`-ed with `-s` (gofmt)
golangci-lint: p2p/types.go#L4
File is not `gofmt`-ed with `-s` (gofmt)
golangci-lint: p2p/switch_test.go#L28
File is not `gofmt`-ed with `-s` (gofmt)
golangci-lint: abci/types/messages.go#L178
File is not `gofmt`-ed with `-s` (gofmt)
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, technote-space/get-diff-action@v6, 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/.