We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b8a98 commit 1160a72Copy full SHA for 1160a72
1 file changed
.github/workflows/build-immortalwrt.yml
@@ -167,6 +167,11 @@ jobs:
167
./scripts/feeds update -a
168
./scripts/feeds install -a
169
170
+ - name: Update golang version
171
+ run: |
172
+ rm -rf feeds/packages/lang/golang
173
+ git clone https://github.com/sbwml/packages_lang_golang -b 22.x feeds/packages/lang/golang
174
+
175
- name: Modify configuration
176
env:
177
MODIFY_SH: ${{ steps.prepare-deployment.outputs.modify_sh }}
0 commit comments