Skip to content

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

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

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

Triggered via push November 25, 2024 18:07
Status Success
Total duration 1m 57s
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
52s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
58s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run unit tests on Windows
1m 44s
push-pr / test-windows / Run unit tests on Windows
push-pr  /  ...  /  Run integration tests on *Nix
50s
push-pr / test-integration-nix / Run integration tests on *Nix
push-pr  /  ...  /  Test binary compilation for all platforms:arch
1m 17s
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/redis.go#L53
Function 'main' has too many statements (58 > 50) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/inventory.go#L38
regexpMust: for const patterns like "(?i)(requirepass|masterauth)", use regexp.MustCompile (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/metrics.go#L179
regexpMust: for const patterns like `keys=(\d+),expires=(\d+),avg_ttl=(\d+\.*\d*)`, use regexp.MustCompile (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/metrics.go#L226
typeSwitchVar: 2 cases can benefit from type switch with assignment (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/connection.go#L135
cyclomatic complexity 17 of func `(redisConn).setKeysLength` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/redis.go#L120
`if args.HasMetrics()` has complex nested blocks (complexity: 8) (nestif)
push-pr / static-analysis / Run all static analysis checks: src/inventory.go#L54
`if ok` has complex nested blocks (complexity: 6) (nestif)
push-pr / static-analysis / Run all static analysis checks: src/redis.go#L102
`if args.HasInventory()` has complex nested blocks (complexity: 6) (nestif)
push-pr / static-analysis / Run all static analysis checks: src/inventory.go#L73
`if ok` has complex nested blocks (complexity: 5) (nestif)
push-pr / static-analysis / Run all static analysis checks: src/metrics.go#L76
populateMetrics - result 0 (error) is always nil (unparam)
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/