Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Fix update-otel (open-telemetry#37706)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR fixed `make update-otel` to update `builder-config.yaml` correctly. This is the workflow we update `builder-config.yaml` files: 1. `MULTIMOD` command to update `go.mod` 2. `updatehelper` function to update `builder-config.yaml` according to the updated `go.mod` However, `make otelcontribcol/make oteltestbedcol` will overwrite the updated `go.mod` unexpectedly before step 2. This PR removes the unexpected `make otelcontribcol/make oteltestbedcol` commands. cc @mx-psi <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue n/a <!--Describe what testing was performed and which tests were added.--> #### Testing n/a <!--Describe the documentation added.--> #### Documentation n/a <!--Please delete paragraphs that you did not use before submitting.-->
- Loading branch information