Skip to content

Redesign database (also changed default postgre port from 5432 to 4112) #42

Redesign database (also changed default postgre port from 5432 to 4112)

Redesign database (also changed default postgre port from 5432 to 4112) #42

Triggered via pull request June 9, 2024 07:54
Status Failure
Total duration 24s
Artifacts

build.yml

on: pull_request
Check dependencies with nancy
15s
Check dependencies with nancy
Lint with golangci-lint
11s
Lint with golangci-lint
Fit to window
Zoom out
Zoom in

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/