We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5ae2c commit 0e3c794Copy full SHA for 0e3c794
gomall/scripts/tidy.sh
@@ -6,5 +6,5 @@ get_app_list
6
7
readonly root_path=`pwd`
8
for app_path in ${app_list[*]}; do
9
- cd "${root_path}/${app_path}" && go mod tidy -go=1.21
+ cd "${root_path}/${app_path}" && go mod tidy
10
done
0 commit comments