Skip to content

chore(deps): update golang version to v1.22.1 #47

chore(deps): update golang version to v1.22.1

chore(deps): update golang version to v1.22.1 #47

Triggered via push March 7, 2024 07:57
Status Failure
Total duration 1m 8s
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
48s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
43s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run unit tests on Windows
56s
push-pr / test-windows / Run unit tests on Windows
push-pr  /  ...  /  Run integration tests on *Nix
47s
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
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
push-pr / test-build-nix / Test binary compilation for all platforms:arch
Process completed with exit code 2.
push-pr / static-analysis / Run all static analysis checks: src/collection.go#L138
138-169 lines are duplicate of `src/collection.go:203-233` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/collection.go#L203
203-233 lines are duplicate of `src/collection.go:138-169` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/collection.go#L169
unnecessary trailing newline (whitespace)
push-pr / static-analysis / Run all static analysis checks: src/collection.go#L233
unnecessary trailing newline (whitespace)
push-pr / static-analysis / Run all static analysis checks: src/collection.go#L265
unnecessary trailing newline (whitespace)
push-pr / static-analysis / Run all static analysis checks: src/collection.go#L178
mnd: Magic number: 3, in <condition> detected (gomnd)
push-pr / static-analysis / Run all static analysis checks: src/collection.go#L281
mnd: Magic number: 3, in <condition> detected (gomnd)
push-pr / static-analysis / Run all static analysis checks: src/memcached.go#L46
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)
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/