chore: update otel to v1.14.0 (#6963)

This commit is contained in:
Colin Adler
2023-04-03 00:31:39 -05:00
committed by GitHub
parent f6f927e44f
commit a29fc7dd6f
8 changed files with 65 additions and 70 deletions

View File

@ -6,7 +6,7 @@ import (
"strings"
"go.nhat.io/otelsql"
semconv "go.opentelemetry.io/otel/semconv/v1.11.0"
semconv "go.opentelemetry.io/otel/semconv/v1.14.0"
"go.opentelemetry.io/otel/trace"
"golang.org/x/xerrors"
)