Skip to content

chore(deps): update dependency go to v1.23.5 #195

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

chore(deps): update dependency go to v1.23.5 #195

Triggered via push January 16, 2025 22:58
Status Failure
Total duration 1m 15s
Artifacts

on_push_pr.yaml

on: push
push-pr  /  ...  /  Test binary compilation for all platforms:arch
38s
push-pr / test-build-fake-prerelease / Test binary compilation for all platforms:arch
push-pr  /  ...  /  Run all static analysis checks
59s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
21s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run unit tests on Windows
1m 3s
push-pr / test-windows / Run unit tests on Windows
push-pr  /  ...  /  Run integration tests on *Nix
31s
push-pr / test-integration-nix / Run integration tests on *Nix
push-pr  /  ...  /  Test binary compilation for all platforms:arch
27s
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 5 warnings
push-pr / test-nix / Run unit tests on *Nix
Process completed with exit code 2.
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_test.go#L54
54-84 lines are duplicate of `src/metrics_test.go:97-126` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/metrics_test.go#L97
97-126 lines are duplicate of `src/metrics_test.go:54-84` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/inventory.go#L16
cognitive complexity 59 of func `populateInventory` is high (> 30) (gocognit)
push-pr / static-analysis / Run all static analysis checks: src/inventory.go#L38
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(curValue, "/", ":", -1)` (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/metrics.go#L274
assignOp: replace `prefix = prefix + "."` with `prefix += "."` (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/metrics.go#L245
sloppyLen: len(jsonMetrics) <= 0 can be len(jsonMetrics) == 0 (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/metrics.go#L272
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(prefix, "/", ".", -1)` (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/metrics.go#L197
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(resp.Header.Get("Server"), "nginx/", "", -1)` (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/metrics.go#L359
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(resp.Header.Get("Server"), "nginx/", "", -1)` (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/nginx.go#L132
ifElseChain: rewrite if-else to switch statement (gocritic)
push-pr / test-nix / Run unit tests on *Nix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
push-pr / test-build-nix / Test binary compilation for all platforms:arch
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
push-pr / test-integration-nix / Run integration tests on *Nix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
push-pr / static-analysis / Run all static analysis checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/