Skip to content

Commit 9364351

Browse files
authored
Fix propagator package in release.go (#540)
1 parent 64044d1 commit 9364351

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/trace/http/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/clou
1414

1515
require (
1616
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.10.2
17-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.0.0-00010101000000-000000000000
17+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.34.2
1818
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.36.4
1919
go.opentelemetry.io/otel v1.11.1
2020
go.opentelemetry.io/otel/sdk v1.11.1

tools/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var versions = map[string]string{
4949

5050
"detectors/gcp/": unstable,
5151

52-
"propagator": unstable,
52+
"propagator/": unstable,
5353
}
5454

5555
type module string

0 commit comments

Comments
 (0)