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 <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-02-05 13:22:56 +01:00
parent 7de3e08796
commit d6c6bbf574
+1 -1
View File
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.25.7"
default = null
}
variable "VERSION" {
default = ""