Skip to content

Commit

Permalink
Fix propagator package in release.go (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Nov 29, 2022
1 parent 64044d1 commit 9364351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/trace/http/go.mod
Expand Up @@ -14,7 +14,7 @@ replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/clou

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.10.2
github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.0.0-00010101000000-000000000000
github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.34.2
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.36.4
go.opentelemetry.io/otel v1.11.1
go.opentelemetry.io/otel/sdk v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion tools/release.go
Expand Up @@ -49,7 +49,7 @@ var versions = map[string]string{

"detectors/gcp/": unstable,

"propagator": unstable,
"propagator/": unstable,
}

type module string
Expand Down

0 comments on commit 9364351

Please sign in to comment.