From d123315bcc60c7cc1089e42fa955fe5b78813f15 Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 21 Jul 2024 22:17:01 +0800 Subject: [PATCH] ci/docs: update to go1.22 Signed-off-by: sbwml --- .github/workflows/release-build.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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*