Fix go install of junit2html#11238
Merged
pierrehilbert merged 1 commit intoelastic:mainfrom Nov 19, 2025
Merged
Conversation
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
3 tasks
kruskall
approved these changes
Nov 19, 2025
VihasMakwana
approved these changes
Nov 19, 2025
Contributor
|
/test |
This was referenced Nov 19, 2025
v1v
approved these changes
Nov 19, 2025
Member
v1v
left a comment
There was a problem hiding this comment.
LGTM, we need to apply the fixes in the VM images cc @elastic/observablt-ci
Contributor
💔 Build Failed
Failed CI Steps
History
cc @blakerouse |
swiatekm
approved these changes
Nov 19, 2025
Contributor
|
@Mergifyio backport 8.19 9.1 9.2 |
Contributor
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
Nov 19, 2025
(cherry picked from commit 1059de9)
mergify bot
pushed a commit
that referenced
this pull request
Nov 19, 2025
(cherry picked from commit 1059de9)
mergify bot
pushed a commit
that referenced
this pull request
Nov 19, 2025
(cherry picked from commit 1059de9)
This was referenced Nov 19, 2025
swiatekm
pushed a commit
that referenced
this pull request
Nov 19, 2025
swiatekm
pushed a commit
that referenced
this pull request
Nov 19, 2025
swiatekm
pushed a commit
that referenced
this pull request
Nov 19, 2025
hayotbisonai
pushed a commit
to hayotbisonai/elastic-agent
that referenced
this pull request
Nov 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Updates all the go installs of
github.com/alexec/junit2html@latesttogithub.com/kitproj/junit2html@latest. The repository now redirects to that new name and go fails to install of it with:Why is it important?
Fixes the integration tests.