nixbot

builds

Mic92/gitea-mq build #72 failed

branch main · PR #87 · commit 9c02201159 · · took 3m 52s

eval warnings 1 kind · 3 occurrences
  • warn stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead ×3

1 failed
failed attributes
status attribute duration
failed checks.x86_64-linux.golangci-lint 42s
gitea-mq-0.1.0: internal/store/pg/db.go:17:52: undefined: pgx (typecheck) QueryRow(context.Context, string, ...interface{}) pgx.Row …
gitea-mq-0.1.0:
internal/store/pg/db.go:17:52: undefined: pgx (typecheck)
	QueryRow(context.Context, string, ...interface{}) pgx.Row
	                                                  ^
internal/store/pg/db.go:28:29: undefined: pgx (typecheck)
func (q *Queries) WithTx(tx pgx.Tx) *Queries {
                            ^
4 issues:
* typecheck: 4
18 succeeded
succeeded attributes
status attribute duration
loading…