This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
enhance: add the ability to require compute classes #6972
Annotations
4 errors and 2 warnings
validate:
integration/run/run_test.go#L1
: # github.com/acorn-io/runtime/integration/run [github.com/acorn-io/runtime/integration/run.test]
|
validate:
integration/run/run_test.go#L941
cannot use t (variable of type *"testing".T) as "context".Context value in argument to helper.SetRequireComputeClassWithRestore: *"testing".T does not implement "context".Context (missing method Done)
|
validate:
integration/run/run_test.go#L941
cannot use ctx (variable of type "context".Context) as *"testing".T value in argument to helper.SetRequireComputeClassWithRestore (typecheck)
|
validate
Process completed with exit code 2.
|
validate
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.312.0. Please update to the latest version 2.313.0
|
validate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|