Skip to content

Commit

Permalink
feat: 更新 golang 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
1021683053 authored Oct 8, 2024
1 parent efbfe6d commit 6147edc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ jobs:
sed -i '1i src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default
sed -i '2i src-git small https://github.com/kenzok8/small' feeds.conf.default
- name: Upgrade golang version
run: |
cd project/friendlywrt
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 23.x feeds/packages/lang/golang
- name: Apply customizations
run: |
cd project
Expand Down

0 comments on commit 6147edc

Please sign in to comment.