Merge pull request #5919 from thaJeztah/no_generics

cli/command/formatter: add missing go:build tag
This commit is contained in:
Sebastiaan van Stijn
2025-03-10 18:18:06 +01:00
committed by GitHub

View File

@ -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.22
package formatter
import (