Open
Description
Describe the bug
Renovate do not detect/update to latest Go version (1.24.2 --> 1.24.4)
Expected behavior
Renovate should propose bumps to patch version of Go used in the Dockerfile as patch version can (and do) contains security updates like 1.24.4 fixes https://pkg.go.dev/vuln/GO-2025-3751
**Fix proposal
Why not set the source image in the FROM directive of the Dockerfile to target a version with a patch number and get renovate to propose these fixes ?
If ok for you, I'm up for creating the PR for the change (even though, it's small enough to be handled by anyone really 😄 )