Skip to content

Commit b470691

Browse files
ci: fix update-otel action (#11530)
Has been broken since the EDOT Collector's go.mod file reorg #10922.
1 parent af50f88 commit b470691

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/updatecli/update-otel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ sources:
1919
kind: golang/gomod
2020
name: Get current OTel Collector core beta version in go.mod
2121
spec:
22+
file: internal/edot/go.mod
2223
module: go.opentelemetry.io/collector/receiver/otlpreceiver
2324
latest_core_beta:
2425
kind: golang/module
@@ -34,6 +35,7 @@ sources:
3435
kind: golang/gomod
3536
name: Get current OTel Collector contrib version in go.mod
3637
spec:
38+
file: internal/edot/go.mod
3739
module: github.com/open-telemetry/opentelemetry-collector-contrib/connector/routingconnector
3840
latest_contrib:
3941
kind: golang/module

0 commit comments

Comments
 (0)