chore: align build workflow runtime versions (#12434)

This commit is contained in:
王贺
2026-04-07 18:11:20 +08:00
committed by GitHub
parent 30bf4a8d46
commit c1fe70b53e
+2 -2
View File
@@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '22.19.0'
node-version: '24.11.1'
- name: Build Web
run: |
@@ -26,7 +26,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
go-version: '1.25'
cache-dependency-path: |
core/go.sum
agent/go.sum