fix: 更新go编译器版本

This commit is contained in:
spiritlhl
2025-07-17 15:02:20 +00:00
parent 33d9a3ccb0
commit 33a656304b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.4
go-version: 1.24.5
- name: Configure Git for Private Modules
run: |