Skip to content

feat: update Request to take stream instead of json.RawMessage #114

feat: update Request to take stream instead of json.RawMessage

feat: update Request to take stream instead of json.RawMessage #114

Triggered via pull request August 15, 2024 16:32
Status Failure
Total duration 11s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build: examples/fn_config/main.go#L30
cannot use r.Body (variable of type io.Reader) as json.Marshaler value in struct literal: io.Reader does not implement json.Marshaler (missing method MarshalJSON)
build: fdktest/sdk.go#L24
cannot use r.Body (variable of type io.Reader) as []byte value in argument to validateSchema
build
Process completed with exit code 1.
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/