From 33b8e0396fa9a40d5b35c4ef677a68f7b31b42c8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 26 Aug 2025 03:19:50 +0000 Subject: [PATCH] Auto update README files for public version --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5b278f..e45ab80 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ cd ecs 2. 安装 Go 环境(如已安装可跳过) -选择 go 1.23.5 的版本进行安装 +选择 go 1.24.5 的版本进行安装 ```bash curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/install_scripts/go.sh -o go.sh && chmod +x go.sh && bash go.sh diff --git a/README_EN.md b/README_EN.md index 5f629be..40d12cd 100644 --- a/README_EN.md +++ b/README_EN.md @@ -301,7 +301,7 @@ cd ecs 2. Install Go environment (skip if already installed) -Select go 1.23.5 version to install +Select go 1.24.5 version to install ```bash curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/install_scripts/go.sh -o go.sh && chmod +x go.sh && bash go.sh