fix: repair stale refs and restore deleted compatibility-matrix files #455
ci.yml
on: push
format
21s
vet
23s
module hygiene
17s
secrets
13s
markdown
16s
deadcode
36s
duplication
15s
smoke
0s
Matrix: build
Annotations
16 errors and 1 warning
|
module hygiene
Process completed with exit code 1.
|
|
vet
Process completed with exit code 1.
|
|
vet:
internal/config/catalog_api.go#L9
no required module provides package github.com/GrayCodeAI/eyrie/catalog/registry; to add it:
|
|
vet:
cmd/chat_welcome.go#L14
no required module provides package github.com/GrayCodeAI/eyrie/setup; to add it:
|
|
vet:
cmd/chat.go#L25
no required module provides package github.com/GrayCodeAI/eyrie/runtime; to add it:
|
|
vet:
cmd/chat_config_keys.go#L10
no required module provides package github.com/GrayCodeAI/eyrie/credentials; to add it:
|
|
deadcode:
internal/provider/routing/catalog.go#L33
undefined: catalog.DefaultCachePath
|
|
deadcode:
internal/provider/routing/catalog.go#L32
undefined: catalog.LoadCatalogV1Options
|
|
deadcode:
internal/provider/routing/catalog.go#L32
undefined: catalog.LoadCatalogV1
|
|
deadcode:
internal/provider/routing/tiers.go#L122
undefined: eycatalog.CompiledCatalogV1
|
|
deadcode:
internal/provider/routing/catalog.go#L131
undefined: catalog.ModelOfferingV1
|
|
deadcode:
internal/provider/routing/catalog.go#L131
undefined: catalog.CompiledCatalogV1
|
|
deadcode:
internal/provider/routing/catalog.go#L44
undefined: catalog.ModelOfferingV1
|
|
deadcode:
internal/provider/routing/catalog.go#L44
undefined: catalog.ModelV1
|
|
deadcode:
internal/provider/routing/catalog.go#L30
undefined: catalog.CompiledCatalogV1
|
|
deadcode:
internal/provider/routing/catalog.go#L27
undefined: catalog.CompiledCatalogV1
|
|
duplication
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|