Redesign database (also changed default postgre port from 5432 to 4112) #42
build.yml
on: pull_request
Check dependencies with nancy
15s
Lint with golangci-lint
11s
Annotations
3 errors and 4 warnings
Lint with golangci-lint:
internal/app/database/struct_updater.go#L70
[golangci] reported by reviewdog 🐶
ineffectual assignment to query (ineffassign)
Raw Output:
internal/app/database/struct_updater.go:70:2: ineffectual assignment to query (ineffassign)
query := `SELECT to_update_id FROM database_updates;`
^
|
Lint with golangci-lint:
internal/app/database/struct_updater.go#L175
[golangci] reported by reviewdog 🐶
SA4006: this value of `err` is never used (staticcheck)
Raw Output:
internal/app/database/struct_updater.go:175:6: SA4006: this value of `err` is never used (staticcheck)
from_update_id, to_update_id, description, err := update_func(db, true)
^
|
Lint with golangci-lint
reviewdog exited with status code: 1
|
Lint with golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint with golangci-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check dependencies with nancy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check dependencies with nancy
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/
|