更新 README.md
All checks were successful
openwrt_helloworld / Update openwrt_helloworld (openwrt-25.12) (push) Successful in 14s

Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
2026-01-19 17:40:46 +08:00
parent 1214836b66
commit ecc416b345

View File

@@ -5,7 +5,7 @@
rm -rf feeds/packages/net/{xray-core,v2ray-core,v2ray-geodata,sing-box}
git clone https://gitea.kejizero.xyz/zhao/openwrt_helloworld package/helloworld
# 更新 golang 1.23 版本
# 更新 golang 1.25 版本
rm -rf feeds/packages/lang/golang
git clone https://gitea.kejizero.xyz/zhao/packages_lang_golang -b 25.x feeds/packages/lang/golang
```