Skip to content

feat: refactor to support versioning of api/v1 #81

feat: refactor to support versioning of api/v1

feat: refactor to support versioning of api/v1 #81

Triggered via push September 1, 2023 17:57
Status Success
Total duration 2m 15s
Artifacts

codeql.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze (go): cmd/api/main.go#L23
no required module provides package github.com/nunenuh/iquote-fiber/internal/author/api; to add it:
Analyze (go): cmd/api/main.go#L26
no required module provides package github.com/nunenuh/iquote-fiber/internal/category/api; to add it:
Analyze (go): cmd/api/main.go#L30
no required module provides package github.com/nunenuh/iquote-fiber/internal/quote/api; to add it:
Analyze (go): cmd/api/main.go#L33
no required module provides package github.com/nunenuh/iquote-fiber/internal/user/api; to add it:
Analyze (go)
no required module provides package github.com/nunenuh/iquote-fiber/internal/author/api; to add it:
Analyze (go)
no required module provides package github.com/nunenuh/iquote-fiber/internal/category/api; to add it:
Analyze (go)
no required module provides package github.com/nunenuh/iquote-fiber/internal/quote/api; to add it:
Analyze (go)
no required module provides package github.com/nunenuh/iquote-fiber/internal/user/api; to add it:
Analyze (go)
could not import github.com/nunenuh/iquote-fiber/internal/author/api (invalid package name: "")
Analyze (go)
could not import github.com/nunenuh/iquote-fiber/internal/category/api (invalid package name: "")
Analyze (go)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/