Skip to content

Commit a892d6a

Browse files
Update dependency go to v1.24.5 (#7381)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.24.4` -> `1.24.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.24.5`](https://redirect.github.com/golang/go/compare/go1.24.4...go1.24.5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==--> --------- Signed-off-by: Mend Renovate <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent 9a04b5b commit a892d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/jaegertracing/jaeger
22

33
go 1.23.7
44

5-
toolchain go1.24.4
5+
toolchain go1.24.5
66

77
require (
88
github.com/ClickHouse/ch-go v0.66.1
@@ -109,7 +109,6 @@ require (
109109
go.uber.org/zap v1.27.0
110110
golang.org/x/net v0.41.0
111111
golang.org/x/sys v0.34.0
112-
golang.org/x/text v0.26.0
113112
google.golang.org/grpc v1.73.0
114113
google.golang.org/protobuf v1.36.6
115114
gopkg.in/yaml.v3 v3.0.1
@@ -301,6 +300,7 @@ require (
301300
go.yaml.in/yaml/v3 v3.0.4 // indirect
302301
golang.org/x/crypto v0.39.0 // indirect
303302
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
303+
golang.org/x/text v0.26.0 // indirect
304304
gonum.org/v1/gonum v0.16.0 // indirect
305305
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
306306
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect

0 commit comments

Comments
 (0)