diff --git a/gomall/scripts/tidy.sh b/gomall/scripts/tidy.sh index 1b34e0d7..9bbc855f 100755 --- a/gomall/scripts/tidy.sh +++ b/gomall/scripts/tidy.sh @@ -6,5 +6,5 @@ get_app_list readonly root_path=`pwd` for app_path in ${app_list[*]}; do - cd "${root_path}/${app_path}" && go mod tidy -go=1.21 + cd "${root_path}/${app_path}" && go mod tidy done \ No newline at end of file