Skip to content

enable passing custom logger #13

enable passing custom logger

enable passing custom logger #13

Triggered via pull request July 10, 2024 14:08
Status Failure
Total duration 31s
Artifacts

tests.yaml

on: pull_request
unit-tests
20s
unit-tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
unit-tests: transport_test.go#L27
cannot use LogRequests (value of type func(logger RequestLogger) func(next http.RoundTripper) http.RoundTripper) as func(http.RoundTripper) http.RoundTripper value in argument to Chain
unit-tests: transport_test.go#L66
cannot use LogRequests (value of type func(logger RequestLogger) func(next http.RoundTripper) http.RoundTripper) as func(http.RoundTripper) http.RoundTripper value in argument to Chain
unit-tests: transport_test.go#L106
cannot use LogRequests (value of type func(logger RequestLogger) func(next http.RoundTripper) http.RoundTripper) as func(http.RoundTripper) http.RoundTripper value in argument to Chain
unit-tests
Process completed with exit code 1.
unit-tests
The following actions uses Node.js version which is deprecated 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/