CI #3
ci.yml
on: pull_request
go_lint
14s
sqlc_generates
5s
Matrix: go_build_and_test
Annotations
12 errors and 1 warning
go_lint:
api_handler.go#L164
params.States undefined (type *river.JobListParams has no field or method States)
|
go_lint:
api_handler.go#L166
params.States undefined (type *river.JobListParams has no field or method States)
|
go_lint:
api_handler.go#L168
params.States undefined (type *river.JobListParams has no field or method States)
|
go_lint:
api_handler.go#L196
a.client.QueueGet undefined (type *river.Client[pgx.Tx] has no field or method QueueGet)
|
go_lint:
api_handler.go#L245
a.client.QueueList undefined (type *river.Client[pgx.Tx] has no field or method QueueList)
|
go_lint:
api_handler.go#L278
a.client.QueuePause undefined (type *river.Client[pgx.Tx] has no field or method QueuePause)
|
go_lint:
api_handler.go#L300
a.client.QueueResume undefined (type *river.Client[pgx.Tx] has no field or method QueueResume)
|
go_lint:
api_handler.go#L497
undefined: river.JobListResult
|
go_lint:
api_handler.go#L515
undefined: rivertype.Queue
|
go_lint:
api_handler.go#L527
undefined: rivertype.Queue
|
go_build_and_test (1.22, 15)
Process completed with exit code 1.
|
go_build_and_test (1.22, 16)
Process completed with exit code 1.
|
go_lint
Restore cache failed: Dependencies file is not found in /home/runner/work/riverui/riverui. Supported file pattern: go.sum
|