Skip to content

chore(deps): bump modernc.org/sqlite from 1.33.1 to 1.34.1 #277

chore(deps): bump modernc.org/sqlite from 1.33.1 to 1.34.1

chore(deps): bump modernc.org/sqlite from 1.33.1 to 1.34.1 #277

Triggered via pull request November 18, 2024 02:43
Status Success
Total duration 3m 24s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: internal/config/paths.go#L23
Error return value of `os.MkdirAll` is not checked (errcheck)
lint: internal/config/paths.go#L33
Error return value of `os.MkdirAll` is not checked (errcheck)
lint: cmd/voice-demo/main.go#L48
Error return value of `portaudio.Terminate` is not checked (errcheck)
lint: internal/code/repository.go#L77
Error return value of `tx.Rollback` is not checked (errcheck)
lint: internal/chat/repository.go#L80
Error return value of `tx.Rollback` is not checked (errcheck)
lint: internal/cli/event_loop.go#L41
Error return value of `inputStream.Stop` is not checked (errcheck)
lint: internal/tools/voiceinput.go#L60
Error return value of `v.inputStream.Stop` is not checked (errcheck)
lint: internal/config/consts.go#L17
don't use `init` function (gochecknoinits)
lint: internal/updater/updater.go#L125
string `windows` has 3 occurrences, make it a constant (goconst)
lint: internal/term/buffer.go#L119
ifElseChain: rewrite if-else to switch statement (gocritic)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/