Skip to content

feat(ormus): implement event manager #489

feat(ormus): implement event manager

feat(ormus): implement event manager #489

Triggered via pull request October 13, 2024 13:44
Status Failure
Total duration 5m 59s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build: pkg/eventmanager/init.go#L11
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
build: pkg/eventmanager/init.go#L24
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
build: pkg/eventmanager/init.go#L29
directive `//nolint:contextcheck //We use ctx just for extract tracer carrier.` is unused for linter "contextcheck" (nolintlint)
build: pkg/eventmanager/init.go#L38
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
build: pkg/eventmanager/init.go#L43
directive `//nolint:contextcheck //We use ctx just for extract tracer carrier.` is unused for linter "contextcheck" (nolintlint)
build: pkg/eventmanager/init.go#L52
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
build: pkg/eventmanager/init.go#L57
directive `//nolint:contextcheck //We use ctx just for extract tracer carrier.` is unused for linter "contextcheck" (nolintlint)
build
Process completed with exit code 2.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/