Skip to content

Commit 0e3c794

Browse files
authored
chore(gomall): remove go version from tidy script (#97)
* change go version * fix: delete go version in sh
1 parent 1f5ae2c commit 0e3c794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gomall/scripts/tidy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ get_app_list
66

77
readonly root_path=`pwd`
88
for app_path in ${app_list[*]}; do
9-
cd "${root_path}/${app_path}" && go mod tidy -go=1.21
9+
cd "${root_path}/${app_path}" && go mod tidy
1010
done

0 commit comments

Comments
 (0)