cli/command/container: add go1.23 build constraint for range-over-func

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2025-10-14 14:43:54 +02:00
parent bc2aa4eed1
commit d252afa6b0
+3
View File
@@ -1,3 +1,6 @@
// FIXME(vvoland): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
//go:build go1.23
package container
import (