Extend worker mocks #5034
Annotations
5 errors and 1 warning
Lint:
worker/alerts.go#L1
: # go.sia.tech/renterd/worker [go.sia.tech/renterd/worker.test]
|
Lint:
worker/mocks_test.go#L54
cannot use (*alerterMock)(nil) (value of type *alerterMock) as alerts.Alerter value in variable declaration: *alerterMock does not implement alerts.Alerter (missing method Alerts)
|
Lint:
worker/mocks_test.go#L70
cannot use (*busMock)(nil) (value of type *busMock) as Bus value in variable declaration: *busMock does not implement Bus (missing method Alerts)
|
Lint:
worker/worker_test.go#L49
cannot use b (variable of type *busMock) as Bus value in argument to New: *busMock does not implement Bus (missing method Alerts) (typecheck)
|
Lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading