tools/dlv: Update module github.com/go-delve/delve to v1.25.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-delve/delve | require | patch |
v1.25.0 -> v1.25.1
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
go-delve/delve (github.com/go-delve/delve)
v1.25.1
What's Changed
- proc: handle moving of direct interface flag in Go 1.26 by @randall77 in https://github.com/go-delve/delve/pull/4032
- proc: propogate errors from switchToGoroutineStack by @derekparker in https://github.com/go-delve/delve/pull/4034
- dwarf/frame: handle unknown opcodes more gracefully by @aarzilli in https://github.com/go-delve/delve/pull/4037
- service/dap: add missing response body close by @alexandear in https://github.com/go-delve/delve/pull/4039
- pkg,service: simplify tests with slices.Contains by @alexandear in https://github.com/go-delve/delve/pull/4040
- pkg/proc: make closure captured vars visible on closure's first line by @aarzilli in https://github.com/go-delve/delve/pull/4049
- pkg/proc: fix type cast between slices by @aarzilli in https://github.com/go-delve/delve/pull/4048
- For DAP try using debug filename pattern for debug binary path before using random string. fix for #3494 (new Windows Firewall detections) by @rustyoz in https://github.com/go-delve/delve/pull/4003
- pkg/goversion: update max supported go minor version by @derekparker in https://github.com/go-delve/delve/pull/4046
- service/dap: do not try to access value of unreadable string variables by @aarzilli in https://github.com/go-delve/delve/pull/4055
- service/dap: implement restart request by @derekparker in https://github.com/go-delve/delve/pull/4057
- service/dap: do not try to stacktrace an unreadable goroutine by @aarzilli in https://github.com/go-delve/delve/pull/4056
- *: v1.25.1 by @derekparker in https://github.com/go-delve/delve/pull/4059
New Contributors
- @randall77 made their first contribution in https://github.com/go-delve/delve/pull/4032
- @rustyoz made their first contribution in https://github.com/go-delve/delve/pull/4003
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1251-2025-07-18 Full Changelog: https://github.com/go-delve/delve/compare/v1.25.0...v1.25.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.