Skip to content

chore(deps): update golang patch version to v1.23.3 #271

chore(deps): update golang patch version to v1.23.3

chore(deps): update golang patch version to v1.23.3 #271

Triggered via push November 25, 2024 20:26
Status Success
Total duration 2m 5s
Artifacts

on_push_pr.yaml

on: push
push-pr  /  ...  /  Test binary compilation for all platforms:arch
push-pr / test-build-fake-prerelease / Test binary compilation for all platforms:arch
push-pr  /  ...  /  Run all static analysis checks
49s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
45s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run unit tests on Windows
1m 55s
push-pr / test-windows / Run unit tests on Windows
push-pr  /  ...  /  Run integration tests on *Nix
1m 16s
push-pr / test-integration-nix / Run integration tests on *Nix
push-pr  /  ...  /  Test binary compilation for all platforms:arch
1m 52s
push-pr / test-build-nix / Test binary compilation for all platforms:arch
Matrix: push-pr / test-build-fake-prerelease / Create MSI
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
push-pr / static-analysis / Run all static analysis checks: src/datacenter/datacenter_test.go#L87
87-126 lines are duplicate of `src/datacenter/datacenter_test.go:128-167` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/datacenter/datacenter_test.go#L128
128-167 lines are duplicate of `src/datacenter/datacenter_test.go:87-126` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/agent/inventory_test.go#L17
Function 'TestCollectInventory_AllValid' is too long (110 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/agent/inventory_test.go#L130
Function 'TestCollectInventory_BadArray' is too long (107 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/agent/metric_collection_test.go#L15
Function 'TestCollectMetrics_CoreMetrics' is too long (134 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/agent/metric_collection_test.go#L217
Function 'TestCollectMetrics_LatencyMetrics' is too long (125 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/datacenter/datacenter_test.go#L331
Function 'setMetricMuxes' is too long (267 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/consul.go#L126
cyclomatic complexity 16 of func `localCollection` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/agent/agent_test.go#L87
`correclty` is a misspelling of `correctly` (misspell)
push-pr / static-analysis / Run all static analysis checks: src/consul.go#L185
`if args.HasMetrics()` has complex nested blocks (complexity: 5) (nestif)
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/