Skip to content

[chore][*/datadog] Update pkg/util/winutil to pseudoversion#41731

Merged
mx-psi merged 1 commit into
open-telemetry:mainfrom
mx-psi:mx-psi/winutil
Aug 1, 2025
Merged

[chore][*/datadog] Update pkg/util/winutil to pseudoversion#41731
mx-psi merged 1 commit into
open-telemetry:mainfrom
mx-psi:mx-psi/winutil

Conversation

@mx-psi
Copy link
Copy Markdown
Member

@mx-psi mx-psi commented Aug 1, 2025

Description

Updates pkg/util/winutil to DataDog/datadog-agent@9300d3e.

The update was done by running the following commands:

rg pkg/util/winutil --glob '*.mod' -l | xargs dirname | xargs -I '{}' bash -c "pushd {} && go get github.com/DataDog/datadog-agent/pkg/util/winutil@9300d3e37608f24781efbb99082b82703d37a537 && popd"
make gotidy

Link to tracking issue

Updates #40247

@songy23 songy23 added the Run Windows Enable running windows test on a PR label Aug 1, 2025
@mx-psi mx-psi merged commit f0441c4 into open-telemetry:main Aug 1, 2025
349 of 350 checks passed
Dylan-M pushed a commit to Dylan-M/opentelemetry-collector-contrib that referenced this pull request Aug 5, 2025
…emetry#41731)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Updates `pkg/util/winutil` to
DataDog/datadog-agent@9300d3e.

The update was done by running the following commands:

```
rg pkg/util/winutil --glob '*.mod' -l | xargs dirname | xargs -I '{}' bash -c "pushd {} && go get github.com/DataDog/datadog-agent/pkg/util/winutil@9300d3e37608f24781efbb99082b82703d37a537 && popd"
make gotidy
```

<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Updates open-telemetry#40247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants