Skip to content

Upgrade integrations SDK (NR-302384) (#90) #119

Upgrade integrations SDK (NR-302384) (#90)

Upgrade integrations SDK (NR-302384) (#90) #119

Triggered via push October 8, 2024 07:42
Status Success
Total duration 1m 12s
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
56s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
41s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run unit tests on Windows
52s
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
1m 1s
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

9 errors and 1 warning
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
Magic number: 3, in <condition> detected (mnd)
push-pr / static-analysis / Run all static analysis checks: src/collection.go#L281
Magic number: 3, in <condition> detected (mnd)
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/