Skip to content

chore(deps): bump golang.org/x/term from 0.26.0 to 0.28.0 #315

chore(deps): bump golang.org/x/term from 0.26.0 to 0.28.0

chore(deps): bump golang.org/x/term from 0.26.0 to 0.28.0 #315

Triggered via pull request January 6, 2025 03:04
Status Success
Total duration 1m 58s
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636