Skip to content

Commit

Permalink
[chore] [CI] Add cmd/builder core module to the update-dep script (#2…
Browse files Browse the repository at this point in the history
…6296)

`internal/tools` module depends on
`go.opentelemetry.io/collector/cmd/builder`. We need to include it in
the update-dep script to get it updated when `make update-otel` is run.

Co-authored-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
dmitryax and Alex Boten committed Aug 30, 2023
1 parent 5d2cd63 commit 78800a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/buildscripts/modules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

beta_modules=(
"go.opentelemetry.io/collector/cmd/builder"
"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/config/configauth"
"go.opentelemetry.io/collector/config/configcompression"
Expand Down

0 comments on commit 78800a8

Please sign in to comment.