-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
dockerPull requests that update Docker codePull requests that update Docker codegood first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement
Description
In docker/debug/Dockerfile we are always installing the latest delve
go install github.com/go-delve/delve/cmd/dlv@latest
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.
Metadata
Metadata
Assignees
Labels
dockerPull requests that update Docker codePull requests that update Docker codegood first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement