docs: now need go1.22 to build

This commit is contained in:
Bard 2024-02-26 12:21:39 +08:00 committed by GitHub
parent 25121c24c5
commit 5d55b4dc02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,12 @@
### 防止插件上游进行激进的改动,导致一些问题的出现,备份并按需同步可以确保编译时插件始终可用
```shell
# 移除 openwrt feeds 自带的核心包
rm -rf feeds/packages/net/{xray-core,v2ray-core,v2ray-geodata,sing-box}
git clone https://github.com/sbwml/openwrt_helloworld package/helloworld
# 更新 golang 1.22 版本
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 22.x feeds/packages/lang/golang
```