Skip to content

Commit 9861ce9

Browse files
authored
Merge pull request #5621 from thaJeztah/more_go_build_tags
cli/command/container: fix missing go:build tag
2 parents 4adbb18 + d1d5353 commit 9861ce9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cli/command/container/completion.go

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
package container
26

37
import (

0 commit comments

Comments
 (0)