diff --git a/README.md b/README.md index e72eae18..9fc4bc60 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ cd ecs 2. 安装 Go 环境(如已安装可跳过) -选择 go 1.25.3 的版本进行安装 +选择 go 1.25.4 的版本进行安装 ```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 39667af2..56c10841 100644 --- a/README_EN.md +++ b/README_EN.md @@ -330,7 +330,7 @@ cd ecs 2. Install Go environment (skip if already installed) -Select go 1.25.3 version to install +Select go 1.25.4 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