Update elastic-package to v0.126.1 - #21015
Conversation
TL;DRThe Buildkite failure is caused by a repository hygiene check detecting an out-of-date Remediation
Investigation detailsRoot CauseThe failing step is not a unit test failure (all Go tests passed), but a post-check “working tree must stay clean” guard in
That indicates the PR’s dependency metadata is inconsistent with current module requirements at commit Evidence
Verification
Follow-upIf What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
There was a problem hiding this comment.
🟢 Approval recommended
The changes are a straightforward dependency/version bump with consistent go.mod/go.sum updates and no evident issues in the updated module graph.
Pull request overview
This PR updates the Go module dependencies used by github.com/elastic/integrations, primarily bumping github.com/elastic/elastic-package to v0.126.1 to pick up the referenced google-sdk artifact rename fix needed for CI reliability.
Changes:
- Bump
github.com/elastic/elastic-packagefromv0.125.0tov0.126.1. - Refresh related Go dependencies (e.g.,
testify,golang.org/x/*, OpenTelemetry modules) and their checksums as part of the module update.
File summaries
| File | Description |
|---|---|
| go.mod | Updates the required elastic-package version and aligns dependent module versions accordingly. |
| go.sum | Updates/records checksums for the new dependency graph resulting from the version bump. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
💔 Build Failed
Failed CI StepsHistory
|
|
closing as the change has been included here #20973 |
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots