Skip to content

updates all functions to require the use of contexts #37

updates all functions to require the use of contexts

updates all functions to require the use of contexts #37

Triggered via pull request March 27, 2024 21:46
Status Failure
Total duration 19s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: pika.go#L1
: # go.ciq.dev/pika [go.ciq.dev/pika.test]
test: pika_psql.go#L173
cannot use b (variable of type *basePsql[T]) as QuerySet[T] value in return statement: *basePsql[T] does not implement QuerySet[T] (wrong type for method D)
test: pika_psql.go#L183
cannot use b (variable of type *basePsql[T]) as QuerySet[T] value in return statement: *basePsql[T] does not implement QuerySet[T] (wrong type for method D)
test: pika_psql.go#L188
cannot use b (variable of type *basePsql[T]) as QuerySet[T] value in return statement: *basePsql[T] does not implement QuerySet[T] (wrong type for method D)
test: pika_psql.go#L198
cannot use b (variable of type *basePsql[T]) as QuerySet[T] value in return statement: *basePsql[T] does not implement QuerySet[T] (wrong type for method D)
test: pika_psql.go#L203
cannot use b (variable of type *basePsql[T]) as QuerySet[T] value in return statement: *basePsql[T] does not implement QuerySet[T] (wrong type for method D)
test: pika_psql.go#L210
cannot use b (variable of type *basePsql[T]) as QuerySet[T] value in return statement: *basePsql[T] does not implement QuerySet[T] (wrong type for method D)
test: pika_psql.go#L215
cannot use b (variable of type *basePsql[T]) as QuerySet[T] value in return statement: *basePsql[T] does not implement QuerySet[T] (wrong type for method D)
test: pika_psql.go#L222
cannot use b (variable of type *basePsql[T]) as QuerySet[T] value in return statement: *basePsql[T] does not implement QuerySet[T] (wrong type for method D)
test: pika_psql.go#L227
cannot use b (variable of type *basePsql[T]) as QuerySet[T] value in return statement: *basePsql[T] does not implement QuerySet[T] (wrong type for method D)
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/