[chore]: Bump go.opentelemetry.io/otel/sdk from 1.25.0 to 1.26.0 (#2879)

This commit is contained in:
dependabot[bot] 2024-04-29 09:02:12 +00:00 committed by GitHub
commit b2eecd9dc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 265 additions and 60 deletions

View file

@ -5,5 +5,5 @@ package sdk // import "go.opentelemetry.io/otel/sdk"
// Version is the current release version of the OpenTelemetry SDK in use.
func Version() string {
return "1.25.0"
return "1.26.0"
}