Skip to content

Commit e0249e0

Browse files
author
Alex Boten
authored
[chore] forwardconnector was not listed in the modules script (open-telemetry#23330)
this was causing check-collector-module-version to not check that this module was up to the same version as the others consistently Signed-off-by: Alex Boten <[email protected]>
1 parent 9d5526c commit e0249e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/buildscripts/modules

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
beta_modules=(
44
"go.opentelemetry.io/collector/component"
55
"go.opentelemetry.io/collector/confmap"
6+
"go.opentelemetry.io/collector/connector/forwardconnector"
67
"go.opentelemetry.io/collector/consumer"
78
"go.opentelemetry.io/collector/exporter"
89
"go.opentelemetry.io/collector/exporter/loggingexporter"

0 commit comments

Comments
 (0)