Skip to content

refactor: separate go.mod to decouple brokers/results from lib #206

refactor: separate go.mod to decouple brokers/results from lib

refactor: separate go.mod to decouple brokers/results from lib #206

Triggered via pull request July 16, 2024 05:13
Status Failure
Total duration 17s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
Go 1.21 Tests: examples/in-memory/main.go#L15
no required module provides package github.com/kalbhor/tasqueue/v2/brokers/in-memory; to add it:
Go 1.21 Tests: examples/in-memory/main.go#L17
no required module provides package github.com/kalbhor/tasqueue/v2/results/in-memory; to add it:
Go 1.21 Tests: examples/nats-js/main.go#L13
no required module provides package github.com/kalbhor/tasqueue/v2/brokers/nats-js; to add it:
Go 1.21 Tests: examples/nats-js/main.go#L15
no required module provides package github.com/kalbhor/tasqueue/v2/results/nats-js; to add it:
Go 1.21 Tests: examples/redis/main.go#L14
no required module provides package github.com/kalbhor/tasqueue/v2/brokers/redis; to add it:
Go 1.21 Tests: examples/redis/main.go#L16
no required module provides package github.com/kalbhor/tasqueue/v2/results/redis; to add it:
Go 1.21 Tests
Process completed with exit code 1.
Go 1.21 Tests
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/
Go 1.21 Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/