Skip to content

Update dependencies #47

Update dependencies

Update dependencies #47

Triggered via pull request August 25, 2023 18:39
Status Failure
Total duration 1m 11s
Artifacts

pr-checks.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
test (1.16.x, ubuntu-latest): pkg/common/files-com.go#L54
cannot use params (variable of type files-sdk-go.FolderListForParams) as context.Context value in argument to newClient.ListFor: missing method Deadline (typecheck)
test (1.16.x, ubuntu-latest): pkg/common/files-com.go#L40
cannot use (filessdk.FileDownloadParams literal) (value of type files-sdk-go.FileDownloadParams) as context.Context value in argument to client.ApiClient.DownloadToFile: missing method Deadline (typecheck)
test (1.16.x, ubuntu-latest): pkg/common/files-com.go#L31
cannot use data (variable of type *strings.Reader) as context.Context value in argument to client.ApiClient.Upload: missing method Deadline (typecheck)
test (1.16.x, ubuntu-latest)
Process completed with exit code 2.
test (1.16.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/