Skip to content

go mod tidy

go mod tidy #96

Triggered via push July 16, 2024 11:02
Status Failure
Total duration 2m 9s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test: logger_test.go#L350
undefined: agentsdk.PostLogSource
test: logger_test.go#L352
cannot use fakeAPI (variable of type *fakeAgentAPI) as "github.com/coder/coder/v2/agent/proto".DRPCAgentServer value in argument to proto.DRPCRegisterAgent: *fakeAgentAPI does not implement "github.com/coder/coder/v2/agent/proto".DRPCAgentServer (missing method GetAnnouncementBanners)
test: logger_test.go#L406
undefined: agentsdk.PostLogSource
test: logger_test.go#L438
undefined: proto.GetNotificationBannersRequest
test: logger_test.go#L438
undefined: proto.GetNotificationBannersResponse
test: logger_test.go#L448
undefined: agentsdk.PostLogSource
test: logger.go#L430
undefined: agentsdk.PostLogSource
test
Process completed with exit code 1.
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/