We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9637f1b + 07bb479 commit 538ee85Copy full SHA for 538ee85
cli-plugins/hooks/template.go
@@ -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
+
4
package hooks
5
6
import (
0 commit comments