ci/docs: update to go1.22
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
8b2fb45d18
commit
d123315bcc
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: sbwml/openwrt-gh-action-sdk@go1.21
|
uses: sbwml/openwrt-gh-action-sdk@go1.22
|
||||||
env:
|
env:
|
||||||
ARCH: ${{ matrix.arch }}-${{ matrix.sdk }}
|
ARCH: ${{ matrix.arch }}-${{ matrix.sdk }}
|
||||||
FEEDNAME: packages_ci
|
FEEDNAME: packages_ci
|
||||||
|
@ -26,10 +26,10 @@ A file list program that supports multiple storage.
|
|||||||
|
|
||||||
- Openwrt official SnapShots
|
- 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
|
```shell
|
||||||
rm -rf feeds/packages/lang/golang
|
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*
|
*2. get luci-app-alist source & building*
|
||||||
|
Loading…
Reference in New Issue
Block a user