We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4adbb18 + d1d5353 commit 9861ce9Copy full SHA for 9861ce9
cli/command/container/completion.go
@@ -1,3 +1,7 @@
1
+// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
2
+//go:build go1.22
3
+// +build go1.22
4
+
5
package container
6
7
import (
0 commit comments