We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2aa4e commit d252afaCopy full SHA for d252afa
cli/command/container/opts.go
@@ -1,3 +1,6 @@
1
+// FIXME(vvoland): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
2
+//go:build go1.23
3
+
4
package container
5
6
import (
0 commit comments