From d6c6bbf5740c7e35e917748b810a4552f8352f30 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 5 Feb 2026 13:20:41 +0100 Subject: [PATCH] docker-bake.hcl: use default GO_VERSION from Dockerfile Use the defaults as specified in the Dockerfile, unless set; https://docs.docker.com/build/bake/reference/#variable Signed-off-by: Sebastiaan van Stijn --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 6f7320062c40..28580c3c6cc8 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -1,5 +1,5 @@ variable "GO_VERSION" { - default = "1.25.7" + default = null } variable "VERSION" { default = ""