Skip to content

Commit b0e1e09

Browse files
authored
Merge pull request #6781 from thaJeztah/bake_use_dockerfile_defaults
docker-bake.hcl: use default GO_VERSION from Dockerfile
2 parents 7de3e08 + d6c6bbf commit b0e1e09

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)