Skip to content

Update Deepgram SDK

Update Deepgram SDK #1

Manually triggered July 15, 2024 17:02
Status Failure
Total duration 35s
Artifacts

update-deepgram-sdk.yaml

on: workflow_dispatch
check-update
23s
check-update
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
check-update: tests/deepgram_sdk_test.go#L107
cannot use transcriptOptions (variable of type "github.com/deepgram/deepgram-go-sdk/pkg/client/interfaces".LiveTranscriptionOptions) as *"github.com/deepgram/deepgram-go-sdk/pkg/client/interfaces".LiveTranscriptionOptions value in argument to client.NewWithDefaults
check-update: tests/deepgram_sdk_test.go#L107
cannot use callback (variable of type MyCallback) as "github.com/deepgram/deepgram-go-sdk/pkg/api/live/v1/interfaces".LiveMessageCallback value in argument to client.NewWithDefaults: MyCallback does not implement "github.com/deepgram/deepgram-go-sdk/pkg/api/live/v1/interfaces".LiveMessageCallback (missing method Close)
check-update: tests/deepgram_sdk_test.go#L122
invalid operation: bConnected == nil (mismatched types bool and untyped nil)
check-update
Process completed with exit code 1.
check-update
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, slackapi/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/