chore(deps): update postgres docker tag to v9.6 #243
Annotations
10 errors and 3 warnings
src/main.go#L29
cyclomatic complexity 11 of func `main` is high (> 10) (gocyclo)
|
src/main.go#L54
shadow: declaration of "err" shadows declaration at line 32 (govet)
|
src/main.go#L80
shadow: declaration of "err" shadows declaration at line 32 (govet)
|
src/main.go#L41
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)
|
src/args/argument_list.go#L38
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"invalid configuration: must specify a username and password\")" (goerr113)
|
src/args/argument_list.go#L51
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"invalid configuration: must specify a certificate file when using SSL and not trusting server certificate\")" (goerr113)
|
src/collection/collection.go#L63
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"failed to parse collection list\")" (goerr113)
|
src/collection/collection.go#L142
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"no database to collect data\")" (goerr113)
|
src/connection/pgsql_connection.go#L36
struct of size 160 bytes could be of size 152 bytes:
|
src/connection/pgsql_connection.go#L152
`paramters` is a misspelling of `parameters` (misspell)
|
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/
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading