ci/docs: update to go1.22

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-07-21 22:17:01 +08:00
parent 8b2fb45d18
commit d123315bcc
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ jobs:
fetch-depth: 0
- name: Build
uses: sbwml/openwrt-gh-action-sdk@go1.21
uses: sbwml/openwrt-gh-action-sdk@go1.22
env:
ARCH: ${{ matrix.arch }}-${{ matrix.sdk }}
FEEDNAME: packages_ci

View File

@ -26,10 +26,10 @@ A file list program that supports multiple storage.
- Openwrt official SnapShots
*1. requires golang 1.19.x or latest version (Fix build for older branches of OpenWrt.)*
*1. requires golang 1.22.x or latest version (Fix build for older branches of OpenWrt.)*
```shell
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 20.x feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 22.x feeds/packages/lang/golang
```
*2. get luci-app-alist source & building*