diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 6815c2b..9f9f14e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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 diff --git a/README.md b/README.md index f7dd5bb..d7fce23 100644 --- a/README.md +++ b/README.md @@ -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*