Rebuild against Go 1.24
Description:
When the Go package was updated to 1.24, delve was not rebuilt with 1.24. This causes things like the VS Code Go plugin to complain because it expects that delve is built with the same major version of the Go toolchain. The same happens with gopls.
This doesn't seem to cause any issue in practice that I've been able to spot, but it might be worthwhile to rebuild it against new Go major versions.
Additional info:
- package version(s): 1.24.0-1
Steps to reproduce:
- Install delve
- Install the Go plugin in VS Code
- Open any Go project