Skip to content

Commit 8319c49

Browse files
committed
cli/command/container: add go1.23 build constraint for range-over-func
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent bc2aa4e commit 8319c49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/command/container/opts.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME: remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
2+
//go:build go1.23
13
package container
24

35
import (

0 commit comments

Comments
 (0)