From 1d789e4099b2664bd14b8ec0b59430269f815644 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 7 Nov 2025 01:20:45 +0100 Subject: [PATCH] cli/command/system: add missing "go:build" Signed-off-by: Sebastiaan van Stijn --- cli/command/system/prune.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/command/system/prune.go b/cli/command/system/prune.go index 1872c807bf98..5f0896289b10 100644 --- a/cli/command/system/prune.go +++ b/cli/command/system/prune.go @@ -1,3 +1,6 @@ +// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16: +//go:build go1.24 + package system import (