Skip to content

Organize Deprecated Code #114

Organize Deprecated Code

Organize Deprecated Code #114

Triggered via pull request November 7, 2024 15:29
Status Success
Total duration 3m 38s
Artifacts

check-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Lint: pkg/audio/microphone/microphone.go#L14
could not import github.com/gordonklaus/portaudio (-: go build github.com/gordonklaus/portaudio:
Lint: pkg/audio/common/common.go#L9
could not import github.com/gordonklaus/portaudio (-: go build github.com/gordonklaus/portaudio:
Lint: pkg/api/prerecorded/v1/deprecated.go#L16
SA1019: "github.com/deepgram/deepgram-go-sdk/pkg/client/prerecorded" is deprecated: This package is deprecated. Use the listen package instead. This will be removed in a future release. (staticcheck)
Lint: pkg/client/live/deprecated.go#L17
SA1019: "github.com/deepgram/deepgram-go-sdk/pkg/api/live/v1/interfaces" is deprecated: This package is deprecated. Use the listen package instead. This will be removed in a future release. (staticcheck)
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/