fix(cli): require patched Go generator release (#3610)

This commit is contained in:
Trevin Chow
2026-07-15 00:27:41 -07:00
committed by GitHub
parent 18022d9e44
commit 1f77334ddc
+1 -1
View File
@@ -10,5 +10,5 @@
# latest published release, so a typo above the newest version cannot brick
# every install. Below the skill's frozen `min-binary-version` (the hard
# compatibility floor) it has no effect — that floor always wins.
min_supported=4.27.1
min_supported=4.28.0
reason=Releases below this version generate CLIs with since-fixed bugs; upgrade to regenerate cleanly.