Skip to content

Commit c010548

Browse files
Update go.mod
Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
1 parent 402d0f2 commit c010548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require (
8484
require (
8585
// open telemetry dependencies
8686
// pinned to v0.97.0 due to issue with ports binding which causes our tests to fail
87-
// ref: https://github.com/open-telemetry/opentelemetry-collector/issues/10031
87+
// Do NOT upgrade the version beyond 0.97.0 until https://github.com/open-telemetry/opentelemetry-collector/issues/10031 is fixed!
8888
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.97.0
8989
github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor v0.97.0
9090
github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor v0.97.0

0 commit comments

Comments
 (0)