chore: Standardize Go version to 1.24 across Dockerfile, go.mod, GitHub Actions, and documentation.

This commit is contained in:
CJACK
2026-02-16 16:52:05 +08:00
parent dec61b8008
commit c7ed01bfe7
7 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.25.x"
go-version: "1.24.x"
- name: Setup Node
uses: actions/setup-node@v4