Skip to content

sqlite and pgsql added #33

sqlite and pgsql added

sqlite and pgsql added #33

Triggered via push November 25, 2025 19:09
Status Failure
Total duration 2m 20s
Artifacts

ci.yml

on: push
Lint & Build Go Module
2m 12s
Lint & Build Go Module
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint & Build Go Module: internal/runtime/transport/sqlite.go#L425
Error return value of `tx.Rollback` is not checked (errcheck)
Lint & Build Go Module: internal/runtime/transport/sqlite.go#L228
Error return value of `tx.Rollback` is not checked (errcheck)
Lint & Build Go Module: internal/runtime/transport/sqlite.go#L141
Error return value of `tx.Rollback` is not checked (errcheck)
Lint & Build Go Module: internal/runtime/transport/postgres_test.go#L34
Error return value of `db.Exec` is not checked (errcheck)
Lint & Build Go Module: internal/runtime/transport/postgres.go#L536
Error return value of `json.Unmarshal` is not checked (errcheck)
Lint & Build Go Module: internal/runtime/transport/postgres.go#L480
Error return value of `tx.Rollback` is not checked (errcheck)
Lint & Build Go Module: internal/runtime/transport/postgres.go#L448
Error return value of `tx.Rollback` is not checked (errcheck)
Lint & Build Go Module: internal/runtime/transport/postgres.go#L184
Error return value of `tx.Rollback` is not checked (errcheck)
Lint & Build Go Module: internal/runtime/transport/io.go#L141
Error return value of `f.Seek` is not checked (errcheck)
Lint & Build Go Module: examples/dlq_metrics/main.go#L38
Error return value of `dlqMetrics.Register` is not checked (errcheck)