Skip to content

Commit ee244f2

Browse files
authored
Merge pull request #6636 from thaJeztah/add_missing_gobuild
cli/command/system: add missing "go:build"
2 parents 0c101c4 + 1d789e4 commit ee244f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)