ci: migrate from circleci to github actions #2
test-golang.yml
on: pull_request
go-lint
5m 55s
Matrix: go-tests
Annotations
10 errors and 1 warning
go-lint:
op-deployer/pkg/deployer/bootstrap/implementations.go#L116
cannot infer X (op-service/jsonutil/json.go:125:16) (typecheck)
|
go-lint:
op-deployer/pkg/deployer/bootstrap/proxy.go#L100
cannot infer X (op-service/jsonutil/json.go:125:16) (typecheck)
|
go-lint:
op-deployer/pkg/deployer/bootstrap/superchain.go#L128
cannot infer X (op-service/jsonutil/json.go:125:16) (typecheck)
|
go-lint:
op-e2e/actions/helpers/action.go#L76
st.Errorf undefined (type *defaultTesting has no field or method Errorf) (typecheck)
|
go-lint:
op-e2e/actions/helpers/env.go#L63
cannot use t (variable of type Testing) as "github.com/ethereum-optimism/optimism/op-service/testlog".Testing value in argument to testlog.CaptureLogger: Testing does not implement "github.com/ethereum-optimism/optimism/op-service/testlog".Testing (missing method Helper) (typecheck)
|
go-lint:
op-e2e/actions/helpers/l1_miner.go#L72
t.Fatalf undefined (type Testing has no field or method Fatalf) (typecheck)
|
go-lint:
op-e2e/actions/helpers/l1_miner.go#L79
t.Fatalf undefined (type Testing has no field or method Fatalf) (typecheck)
|
go-lint:
op-e2e/actions/helpers/l1_miner.go#L160
cannot use t (variable of type Testing) as require.TestingT value in argument to require.NotNil: Testing does not implement require.TestingT (missing method Errorf) (typecheck)
|
go-lint:
op-e2e/actions/helpers/l1_miner.go#L163
cannot use t (variable of type Testing) as require.TestingT value in argument to require.NoError: Testing does not implement require.TestingT (missing method Errorf) (typecheck)
|
go-lint:
op-e2e/actions/helpers/l1_miner.go#L170
cannot use t (variable of type Testing) as require.TestingT value in argument to require.NoError: Testing does not implement require.TestingT (missing method Errorf) (typecheck)
|
go-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|