build: set go version to 1.24

This commit is contained in:
Fu Diwei
2025-05-13 01:33:39 +08:00
parent 41abc8cab8
commit fef8c3cb1a
5 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.23.0"
go-version: ">=1.24.0"
- name: Build WebUI
run: npm --prefix=./ui ci && npm --prefix=./ui run build