1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Update OTel Demo during release (#4256)

This commit is contained in:
Robert Pająk
2023-06-26 16:51:12 +02:00
committed by GitHub
parent 3b124b39d1
commit 5e69812435
+8
View File
@@ -126,3 +126,11 @@ Importantly, bump any package versions referenced to be the latest one you just
[OpenTelemetry Specification]: https://github.com/open-telemetry/opentelemetry-specification
[Go instrumentation documentation]: https://opentelemetry.io/docs/instrumentation/go/
[content/en/docs/instrumentation/go]: https://github.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/instrumentation/go
### Demo Repository
Bump the dependencies in the following Go services:
- [`accountingservice`](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/accountingservice)
- [`checkoutservice`](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/checkoutservice)
- [`productcatalogservice`](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/productcatalogservice)