From 89cadbffc33cd2a922f127727eace37e508e4998 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:21:03 +0200 Subject: [PATCH] fix GO_VERSION in bake definition Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index e84671f7..772d7090 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -142,7 +142,7 @@ variable "GO_IMAGE" { } variable "GO_VERSION" { description = "Go version to use for building packages." - default = "1.24.9" + default = null } variable "GO_IMAGE_VARIANT" { description = "Go image variant to use for building packages."