Skip to content

fixes after review. #289

fixes after review.

fixes after review. #289

Triggered via push August 6, 2024 14:20
Status Failure
Total duration 3m 4s
Artifacts

linter.yml

on: push
golangci linter
2m 54s
golangci linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci linter: server/grpcServer.go#L13
could not import github.com/multiversx/mx-chain-ws-connector-firehose-go/process (-: # github.com/multiversx/mx-chain-ws-connector-firehose-go/process
golangci linter: process/dataAggregator.go#L61
cannot use shardOutportBlock (variable of type *hyperOutportBlocks.ShardOutportBlock) as *hyperOutportBlocks.ShardOutportBlockV2 value in struct literal) (typecheck)
golangci linter: connector/connectorRunner.go#L16
could not import github.com/multiversx/mx-chain-ws-connector-firehose-go/process (-: # github.com/multiversx/mx-chain-ws-connector-firehose-go/process
golangci linter: process/dataAggregator.go#L61
cannot use shardOutportBlock (variable of type *hyperOutportBlocks.ShardOutportBlock) as *hyperOutportBlocks.ShardOutportBlockV2 value in struct literal) (typecheck)
golangci linter: testscommon/hyperBlocksPoolMock.go#L6
could not import github.com/multiversx/mx-chain-ws-connector-firehose-go/process (-: # github.com/multiversx/mx-chain-ws-connector-firehose-go/process
golangci linter: process/dataAggregator.go#L61
cannot use shardOutportBlock (variable of type *hyperOutportBlocks.ShardOutportBlock) as *hyperOutportBlocks.ShardOutportBlockV2 value in struct literal) (typecheck)
golangci linter: factory/dataProcessorFactory.go#L11
could not import github.com/multiversx/mx-chain-ws-connector-firehose-go/process (-: # github.com/multiversx/mx-chain-ws-connector-firehose-go/process
golangci linter: process/dataAggregator.go#L61
cannot use shardOutportBlock (variable of type *hyperOutportBlocks.ShardOutportBlock) as *hyperOutportBlocks.ShardOutportBlockV2 value in struct literal) (typecheck)
golangci linter: integrationTests/blocksPool_test.go#L13
could not import github.com/multiversx/mx-chain-ws-connector-firehose-go/process (-: # github.com/multiversx/mx-chain-ws-connector-firehose-go/process
golangci linter: process/dataAggregator.go#L61
cannot use shardOutportBlock (variable of type *hyperOutportBlocks.ShardOutportBlock) as *hyperOutportBlocks.ShardOutportBlockV2 value in struct literal) (typecheck)
golangci linter
The following actions uses Node.js version which is deprecated 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/