fix: 更新nexttrace版本和Golang版本

This commit is contained in:
spiritlhl
2025-10-31 07:14:37 +00:00
parent 1c876f5199
commit e4e11dd132
8 changed files with 69 additions and 62 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.24.5
go-version: 1.25.3
- name: Configure Git for Private Modules
run: |

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24.5'
go-version: '1.25.3'
- name: Update master branch README files
run: |