Skip to content

Commit 1d789e4

Browse files
committed
cli/command/system: add missing "go:build"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent c4f240c commit 1d789e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cli/command/system/prune.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
package system
25

36
import (

0 commit comments

Comments
 (0)