Skip to content

chore: update dockerfile,makefile #10

chore: update dockerfile,makefile

chore: update dockerfile,makefile #10

Triggered via push January 24, 2024 09:23
Status Failure
Total duration 2m 8s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: synchronizer/l1_filter_send_orderer_results_to_synchronizer_test.go#L290
cannot use types.NewBlock(&types.Header{…}, nil, nil, nil, nil) (value of type *"github.com/ethereum/go-ethereum/core/types".Block) as *etherman.EtherBlock value in struct literal
lint: synchronizer/l1_rollup_info_consumer_test.go#L54
cannot use types.NewBlock(&types.Header{…}, nil, nil, nil, nil) (value of type *"github.com/ethereum/go-ethereum/core/types".Block) as *etherman.EtherBlock value in struct literal
lint: synchronizer/l1_rollup_info_consumer_test.go#L102
cannot use types.NewBlock(&types.Header{…}, nil, nil, nil, nil) (value of type *"github.com/ethereum/go-ethereum/core/types".Block) as *etherman.EtherBlock value in struct literal
lint: synchronizer/l1_rollup_info_consumer_test.go#L129
cannot use types.NewBlock(&types.Header{…}, nil, nil, nil, nil) (value of type *"github.com/ethereum/go-ethereum/core/types".Block) as *etherman.EtherBlock value in struct literal
lint: synchronizer/l1_rollup_info_producer_test.go#L108
cannot use ethermansMock[0] (variable of type *ethermanMock) as EthermanInterface value in array or slice literal: *ethermanMock does not implement EthermanInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/l1_rollup_info_producer_test.go#L108
cannot use ethermansMock[1] (variable of type *ethermanMock) as EthermanInterface value in array or slice literal: *ethermanMock does not implement EthermanInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/l1_worker_etherman_test.go#L253
cannot use mockEtherman (variable of type *ethermanMock) as EthermanInterface value in argument to newWorker: *ethermanMock does not implement EthermanInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/synchronizer_test.go#L43
cannot use m.Etherman (variable of type *ethermanMock) as EthermanInterface value in array or slice literal: *ethermanMock does not implement EthermanInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/synchronizer_test.go#L44
cannot use m.Etherman (variable of type *ethermanMock) as EthermanInterface value in argument to NewSynchronizer: *ethermanMock does not implement EthermanInterface (wrong type for method EthBlockByNumber)
lint: synchronizer/synchronizer_test.go#L70
cannot use m.Etherman (variable of type *ethermanMock) as EthermanInterface value in array or slice literal: *ethermanMock does not implement EthermanInterface (wrong type for method EthBlockByNumber)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.