Skip to content

upgrade go-genproto submodules to avoid ambiguous import errors #149

upgrade go-genproto submodules to avoid ambiguous import errors

upgrade go-genproto submodules to avoid ambiguous import errors #149

Triggered via pull request August 28, 2024 12:15
Status Failure
Total duration 1m 3s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test (1.23, ubuntu-latest): mocks/Channel.go#L14
_m.Called undefined (type *Channel has no field or method Called) (typecheck)
test (1.23, ubuntu-latest): mocks/Channel.go#L28
_m.Called undefined (type *Channel has no field or method Called) (typecheck)
test (1.23, ubuntu-latest): mocks/Channel.go#L42
_m.Called undefined (type *Channel has no field or method Called) (typecheck)
test (1.23, ubuntu-latest): mocks/Connection.go#L14
_m.Called undefined (type *Connection has no field or method Called) (typecheck)
test (1.23, ubuntu-latest): mocks/WriteAdapter.go#L19
_m.Called undefined (type *WriteAdapter has no field or method Called) (typecheck)
test (1.23, ubuntu-latest): mocks/WriteAdapter.go#L33
_m.Called undefined (type *WriteAdapter has no field or method Called) (typecheck)
test (1.23, ubuntu-latest): mocks/WriteAdapter.go#L49
_m.Called undefined (type *WriteAdapter has no field or method Called) (typecheck)
test (1.23, ubuntu-latest): pkg/middleware/unimplemented.go#L55
undefined: GetEnv (typecheck)
test (1.23, ubuntu-latest): pkg/middleware/unimplemented.go#L70
undefined: GetEnv (typecheck)
test (1.23, ubuntu-latest): pkg/readers/reader_test.go#L16
r.Called undefined (type *readAdapterMock has no field or method Called) (typecheck)
test (1.23, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/