Skip to content

chore(deps): update golang version to v1.23.1 #53

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

chore(deps): update golang version to v1.23.1 #53

Triggered via push September 6, 2024 01:42
Status Success
Total duration 1m 40s
Artifacts

on_push_pr.yml

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
40s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
54s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run unit tests on Windows
35s
push-pr / test-windows / Run unit tests on Windows
push-pr  /  ...  /  Run integration tests on *Nix
1m 30s
push-pr / test-integration-nix / Run integration tests on *Nix
push-pr  /  ...  /  Test binary compilation for all platforms:arch
1m 20s
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/entities/collect_test.go#L127
127-173 lines are duplicate of `src/entities/collect_test.go:175-220` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/entities/collect_test.go#L175
175-220 lines are duplicate of `src/entities/collect_test.go:127-173` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/workers_test.go#L66
Error return value of `e.SetInventoryItem` is not checked (errcheck)
push-pr / static-analysis / Run all static analysis checks: src/workers_test.go#L74
Error return value of `ms.SetMetric` is not checked (errcheck)
push-pr / static-analysis / Run all static analysis checks: src/entities/config_test.go#L70
Error return value of `bson.UnmarshalJSON` is not checked (errcheck)
push-pr / static-analysis / Run all static analysis checks: src/entities/config_test.go#L136
Error return value of `bson.UnmarshalJSON` is not checked (errcheck)
push-pr / static-analysis / Run all static analysis checks: src/arguments/arguments_test.go#L7
Function 'TestArgumentList_Validate' is too long (103 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/test/fake_session.go#L55
Function 'unmarshalCommand' is too long (147 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/workers_test.go#L109
Function 'TestFeedWorkerPool' is too long (148 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/connection/info.go#L111
captLocal: `SslInsecureSkipVerify' should not be capitalized (gocritic)
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/