Skip to content

Commit 3d3f780

Browse files
authored
Merge pull request #5919 from thaJeztah/no_generics
cli/command/formatter: add missing go:build tag
2 parents 64b5617 + 2cd4786 commit 3d3f780

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/command/formatter/displayutils.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.22
3+
14
package formatter
25

36
import (

0 commit comments

Comments
 (0)