fw876 / helloworld

GNU General Public License v3.0
3.64k stars 2.64k forks source link

xray-core: update to 1.8.8 #1408

Closed Beginner-Go closed 7 months ago

sbwml commented 7 months ago

xray-core 1.8.8 更新了 go 版本依赖 1.22 ,而 openwrt feeds 提供的版本还停留在 1.21 https://github.com/openwrt/packages/blob/b8254cdac4aa62e19598c281109c17f77339d982/lang/golang/golang/Makefile#L10

也许在 feeds 未得到有效更新时回退到 1.21 可用的 toolchain 版本可以防止炸小白 https://github.com/sbwml/openwrt_helloworld/commit/12d3b9cc8d23c58813907f771d619d8e80ad57c3

zxlhhyccc commented 7 months ago

xray-core 1.8.8 更新了 go 版本依赖 1.22 ,而 openwrt feeds 提供的版本还停留在 1.21 https://github.com/openwrt/packages/blob/b8254cdac4aa62e19598c281109c17f77339d982/lang/golang/golang/Makefile#L10

也许在 feeds 未得到有效更新时回退到 1.21 可用的 toolchain 版本可以防止炸小白 sbwml/openwrt_helloworld@12d3b9c

把go.mod里改成1.21.5即可,通过补丁方式降级go版本就行。。。

predators46 commented 7 months ago

i have tried updating golang-1.21.7 and building xray-core-1.8.8 failed