We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa6114 commit b5dbfe3Copy full SHA for b5dbfe3
1 file changed
cli/command/system/prune.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.24
3
+// +build go1.24
4
+
5
package system
6
7
import (
0 commit comments