Skip to content

Implement transport.LogRequests() #18

Implement transport.LogRequests()

Implement transport.LogRequests() #18

Triggered via pull request October 4, 2024 13:43
Status Failure
Total duration 30s
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#L28
cannot use LogRequests (value of type func(opts LogOptions) func(next http.RoundTripper) http.RoundTripper) as func(http.RoundTripper) http.RoundTripper value in argument to Chain
unit-tests: transport_test.go#L67
cannot use LogRequests (value of type func(opts LogOptions) func(next http.RoundTripper) http.RoundTripper) as func(http.RoundTripper) http.RoundTripper value in argument to Chain
unit-tests: transport_test.go#L107
cannot use LogRequests (value of type func(opts LogOptions) 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 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/