1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-27 22:49:15 +02:00

Upgrade semconv to 1.34.0 in sdk/resource (#6834)

This commit is contained in:
Tyler Yahn
2025-05-28 11:03:39 -07:00
committed by GitHub
parent 17741cbd58
commit cc26aaad49
11 changed files with 11 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ import (
"path/filepath"
"runtime"
semconv "go.opentelemetry.io/otel/semconv/v1.26.0"
semconv "go.opentelemetry.io/otel/semconv/v1.34.0"
)
type (