fix lint bootstrap on missing golangci-lint

This commit is contained in:
CJACK.
2026-04-06 13:38:17 +08:00
parent 57114a36f5
commit fb6be8a8ee

View File

@@ -57,6 +57,9 @@ run_lint() {
is_compatibility_error() {
case "$1" in
*"command not found"*|\
*"not recognized as an internal or external command"*|\
*"No such file or directory"*|\
*"unknown command \"fmt\""*|\
*"unknown command \"run\""*|\
*"unknown flag"*|\