Update e2e test #1919
Annotations
6 errors and 1 warning
golangci-lint:
backend/internal/infra/postgres/item/gistitem.go#L149
Error return value of `(*github.com/harehare/textusm/internal/db/postgres.Queries).CreateItem` is not checked (errcheck)
|
golangci-lint:
backend/internal/infra/postgres/item/gistitem.go#L162
Error return value of `(*github.com/harehare/textusm/internal/db/postgres.Queries).UpdateItem` is not checked (errcheck)
|
golangci-lint:
backend/internal/infra/sqlite/item/gistitem.go#L123
Error return value of `(*github.com/harehare/textusm/internal/db/sqlite.Queries).CreateItem` is not checked (errcheck)
|
golangci-lint:
backend/internal/infra/sqlite/item/gistitem.go#L138
Error return value of `(*github.com/harehare/textusm/internal/db/sqlite.Queries).UpdateItem` is not checked (errcheck)
|
golangci-lint:
backend/internal/infra/sqlite/item/diagramitem.go#L52
SA4001: *&x will be simplified to x. It will not copy x. (staticcheck)
|
golangci-lint:
backend/internal/infra/sqlite/item/diagramitem.go#L88
SA4001: *&x will be simplified to x. It will not copy x. (staticcheck)
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/textusm/textusm. Supported file pattern: go.sum
|
Loading