chore: update actions #19
Annotations
10 errors and 4 warnings
lint:
internal/config/config.go#L3
import 'github.com/1995parham-teaching/students/internal/db' is not allowed from list 'Main' (depguard)
|
lint:
internal/config/default.go#L6
import 'github.com/1995parham-teaching/students/internal/db' is not allowed from list 'Main' (depguard)
|
lint:
internal/config/load.go#L7
import 'github.com/knadh/koanf' is not allowed from list 'Main' (depguard)
|
lint:
internal/config/load.go#L8
import 'github.com/knadh/koanf/parsers/toml' is not allowed from list 'Main' (depguard)
|
lint:
internal/config/load.go#L9
import 'github.com/knadh/koanf/providers/env' is not allowed from list 'Main' (depguard)
|
lint:
internal/config/load.go#L10
import 'github.com/knadh/koanf/providers/file' is not allowed from list 'Main' (depguard)
|
lint:
internal/config/load.go#L11
import 'github.com/knadh/koanf/providers/structs' is not allowed from list 'Main' (depguard)
|
lint:
internal/store/memory.go#L6
import 'github.com/1995parham-teaching/students/internal/model' is not allowed from list 'Main' (depguard)
|
lint:
internal/store/mongodb.go#L8
import 'github.com/1995parham-teaching/students/internal/model' is not allowed from list 'Main' (depguard)
|
lint:
internal/store/store.go#L7
import 'github.com/1995parham-teaching/students/internal/model' is not allowed from list 'Main' (depguard)
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, 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/.
|
lint:
internal/cmd/migrate/main.go#L40
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
internal/cmd/serve/main.go#L64
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|