chore(deps): update golang patch version to v1.23.6 #114
Annotations
10 errors and 1 warning
golangci-lint:
src/entities/collect_test.go#L127
127-173 lines are duplicate of `src/entities/collect_test.go:175-220` (dupl)
|
golangci-lint:
src/entities/collect_test.go#L175
175-220 lines are duplicate of `src/entities/collect_test.go:127-173` (dupl)
|
golangci-lint:
src/workers_test.go#L66
Error return value of `e.SetInventoryItem` is not checked (errcheck)
|
golangci-lint:
src/workers_test.go#L74
Error return value of `ms.SetMetric` is not checked (errcheck)
|
golangci-lint:
src/entities/config_test.go#L70
Error return value of `bson.UnmarshalJSON` is not checked (errcheck)
|
golangci-lint:
src/entities/config_test.go#L136
Error return value of `bson.UnmarshalJSON` is not checked (errcheck)
|
golangci-lint:
src/connection/info.go#L149
cyclomatic complexity 13 of func `parsePEMKeyFile` is high (> 10) (gocyclo)
|
golangci-lint:
src/entities/collect.go#L92
cyclomatic complexity 14 of func `collectReplGetStatus` is high (> 10) (gocyclo)
|
golangci-lint:
src/entities/collect.go#L226
cyclomatic complexity 12 of func `collectCollStats` is high (> 10) (gocyclo)
|
golangci-lint:
tests/integration/jsonschema/jsonschema.go#L27
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Error loading JSON schema, error: %v\", err)" (err113)
|
Check if CHANGELOG is valid
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/
|
Loading