Skip to content

chore(deps): update dependency go to v1.23.3 #186

chore(deps): update dependency go to v1.23.3

chore(deps): update dependency go to v1.23.3 #186

Triggered via push November 7, 2024 01:03
Status Failure
Total duration 1m 31s
Artifacts

on_push_pr.yaml

on: push
push-pr  /  ...  /  Test binary compilation for all platforms:arch
1m 20s
push-pr / test-build-fake-prerelease / Test binary compilation for all platforms:arch
push-pr  /  ...  /  Run all static analysis checks
1m 0s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
1m 8s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run unit tests on Windows
57s
push-pr / test-windows / Run unit tests on Windows
push-pr  /  ...  /  Run integration tests on *Nix
51s
push-pr / test-integration-nix / Run integration tests on *Nix
push-pr  /  ...  /  Test binary compilation for all platforms:arch
37s
push-pr / test-build-nix / Test binary compilation for all platforms:arch
Matrix: push-pr / test-build-fake-prerelease / Create MSI
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
push-pr / test-build-nix / Test binary compilation for all platforms:arch
Process completed with exit code 2.
push-pr / test-integration-nix / Run integration tests on *Nix
Process completed with exit code 2.
push-pr / static-analysis / Run all static analysis checks: src/metrics/metrics.go#L538
Function 'PopulateCustomMetrics' has too many statements (54 > 50) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/metrics/metrics_test.go#L437
Function 'TestPopulatePgBouncerMetrics' is too long (269 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/metrics/metrics.go#L236
commentFormatting: put a space between `//` and comment text (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/metrics/metrics.go#L254
commentFormatting: put a space between `//` and comment text (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/metrics/metrics.go#L259
commentFormatting: put a space between `//` and comment text (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/metrics/metrics.go#L102
cyclomatic complexity 11 of func `CollectCustomConfig` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/main.go#L29
cyclomatic complexity 11 of func `main` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/connection/pgsql_connection.go#L152
`paramters` is a misspelling of `parameters` (misspell)
push-pr / static-analysis / Run all static analysis checks: src/metrics/modelers.go#L8
`somethign` is a misspelling of `something` (misspell)
push-pr / static-analysis / Run all static analysis checks: src/metrics/table_definitions.go#L11
`if collectBloat` has complex nested blocks (complexity: 6) (nestif)
push-pr / test-nix / Run unit tests on *Nix
Process completed with exit code 2.
push-pr / static-analysis / Run all static analysis checks
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/