Skip to content

Commit b5dbfe3

Browse files
committed
cli/command/system: add missing "go:build"
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent eaa6114 commit b5dbfe3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cli/command/system/prune.go

Lines changed: 4 additions & 0 deletions
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.24
3+
// +build go1.24
4+
15
package system
26

37
import (

0 commit comments

Comments
 (0)