Go tests CI triggered from @Sneh1999 of espresso-celestia #1237
Annotations
6 errors and 1 warning
Lint:
validator/server_arb/execution_run.go#L1
: # github.com/offchainlabs/nitro/validator/server_arb [github.com/offchainlabs/nitro/validator/server_arb.test]
|
Lint:
validator/server_arb/execution_run_test.go#L39
cannot use &mockMachine{…} (value of type *mockMachine) as MachineInterface value in return statement: *mockMachine does not implement MachineInterface (missing method GetNextOpcode)
|
Lint:
validator/server_arb/execution_run_test.go#L97
cannot use mm (variable of type *mockMachine) as MachineInterface value in return statement: *mockMachine does not implement MachineInterface (missing method GetNextOpcode)
|
Lint:
validator/server_arb/execution_run_test.go#L129
cannot use mm (variable of type *mockMachine) as MachineInterface value in return statement: *mockMachine does not implement MachineInterface (missing method GetNextOpcode)
|
Lint:
validator/server_arb/execution_run_test.go#L173
cannot use mm (variable of type *mockMachine) as MachineInterface value in return statement: *mockMachine does not implement MachineInterface (missing method GetNextOpcode) (typecheck)
|
Lint
issues found
|
The following actions use a deprecated Node.js version and will be forced to run on node20: autero1/action-gotestsum@v2.0.0, actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading