Update .github/workflows/build.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
酷曦科技
2025-12-14 14:40:05 +08:00
committed by GitHub
parent 6e5c0cc745
commit 1cbc9f0ea8

View File

@@ -34,7 +34,7 @@ jobs:
cache: 'pnpm' cache: 'pnpm'
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: '1.21' go-version: '1.25'
- name: Build Frontend & Server - name: Build Frontend & Server
run: | run: |