chore(deps): update elasticsearch docker tag to v8.17.1 #221
Annotations
10 errors and 2 warnings
golangci-lint:
src/client.go#L99
response body must be closed (bodyclose)
|
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)
|
golangci-lint:
tests/integration/jsonschema/jsonschema.go#L40
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"The output of the integration doesn't have expected JSON format\")" (err113)
|
golangci-lint:
src/client.go#L126
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"status code %v - could not parse body from response: %v\", response.StatusCode, err)" (err113)
|
golangci-lint:
src/client.go#L132
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"status code %v - could not parse error information from response: %v\", response.StatusCode, err)" (err113)
|
golangci-lint:
src/client.go#L135
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"status code %v - received error of type '%s' from Elasticsearch: %s\", response.StatusCode, *errResponse.Error.Type, *errResponse.Error.Reason)" (err113)
|
golangci-lint:
src/inventory.go#L65
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"could not identify local node\")" (err113)
|
golangci-lint:
src/metrics.go#L164
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"cannot set metric response, missing cluster name\")" (err113)
|
golangci-lint:
src/metrics.go#L188
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Common Metrics stats cannot be null to compute Index Metrics\")" (err113)
|
golangci-lint:
src/metrics.go#L261
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"index '%s' not contained in list\", indexName)" (err113)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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