| commit | a61c522920b482143996875ee24b7cb6ab18de29 | [log] [tgz] |
|---|---|---|
| author | Abhay Kumar <abhay.kumar@radisys.com> | Mon Nov 10 07:32:50 2025 +0000 |
| committer | Abhay Kumar <abhay.kumar@radisys.com> | Fri Dec 05 07:08:14 2025 +0000 |
| tree | ad3be8182a542ced82c52eb23b467b5e3b18304e | |
| parent | 302516fcb20d40d2cfc7c4801e1fb7533dde939e [diff] [blame] |
[VOL-5486] Fix deprecated versions Change-Id: If0b888d6c2f33b2f415c8b03b08dc994bb3df3f4 Signed-off-by: Abhay Kumar <abhay.kumar@radisys.com>
diff --git a/vendor/github.com/uber/jaeger-client-go/constants.go b/vendor/github.com/uber/jaeger-client-go/constants.go index d8eb698..35710cf 100644 --- a/vendor/github.com/uber/jaeger-client-go/constants.go +++ b/vendor/github.com/uber/jaeger-client-go/constants.go
@@ -22,7 +22,7 @@ const ( // JaegerClientVersion is the version of the client library reported as Span tag. - JaegerClientVersion = "Go-2.29.1" + JaegerClientVersion = "Go-2.30.0" // JaegerClientVersionTagKey is the name of the tag used to report client version. JaegerClientVersionTagKey = "jaeger.version"