Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ci/updatecli/update-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ sources:
kind: golang/gomod
name: Get current OTel Collector core beta version in go.mod
spec:
file: internal/edot/go.mod
module: go.opentelemetry.io/collector/receiver/otlpreceiver
latest_core_beta:
kind: golang/module
Expand All @@ -34,6 +35,7 @@ sources:
kind: golang/gomod
name: Get current OTel Collector contrib version in go.mod
spec:
file: internal/edot/go.mod
module: github.com/open-telemetry/opentelemetry-collector-contrib/connector/routingconnector
latest_contrib:
kind: golang/module
Expand Down