From 939147fb6c915fb94aa03125d5e50e718d537d74 Mon Sep 17 00:00:00 2001 From: natsumehe Date: Tue, 10 Feb 2026 19:38:37 +0800 Subject: [PATCH 1/2] change go version --- gomall/scripts/tidy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gomall/scripts/tidy.sh b/gomall/scripts/tidy.sh index 1b34e0d7..dab919ad 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 -go=1.23.0 done \ No newline at end of file From d55c2b498f05932b975854c437f758d49becb087 Mon Sep 17 00:00:00 2001 From: natsumehe Date: Wed, 11 Feb 2026 12:51:39 +0800 Subject: [PATCH 2/2] fix: delete go version in sh --- gomall/scripts/tidy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gomall/scripts/tidy.sh b/gomall/scripts/tidy.sh index dab919ad..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.23.0 + cd "${root_path}/${app_path}" && go mod tidy done \ No newline at end of file