Closed
Descrip 60C7 tion
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem?
DDEV is built using Go, and newer versions of Go can change behavior, it's good to know which version was used to build a particular binary.
Docker has it:
$ docker version
Server: Docker Engine - Community
Engine:
Version: 28.0.0
API version: 1.48 (minimum version 1.24)
Go version: go1.23.6
Describe your solution
Add Go version to ddev version
output. Knowing which go
was used can benefit us in the future.
Describe alternatives
No response
Additional context
Printing Go version can help to understand if there is a build problem, as we can see here: