Pin the version of Delve in the debug images #5850
Labels
docker
Pull requests that update Docker code
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
In docker/debug/Dockerfile we are always installing the latest delve
A better solution (for repeatable builds) is to have a local go.mod file that can be managed by the bots for version upgrades, similar to how we do it for tools in
internal/tools
.The text was updated successfully, but these errors were encountered: