Skip to content

Commit d6c6bbf

Browse files
committed
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>
1 parent 7de3e08 commit d6c6bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "GO_VERSION" {
2-
default = "1.25.7"
2+
default = null
33
}
44
variable "VERSION" {
55
default = ""

0 commit comments

Comments
 (0)