build(工具链): 升级 Go 到 1.25.7

This commit is contained in:
yangjianbo
2026-02-06 07:41:23 +08:00
parent a38bd413ab
commit 98f793155f
9 changed files with 11 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ jobs:
cache-dependency-path: backend/go.sum
- name: Verify Go version
run: |
go version | grep -q 'go1.25.6'
go version | grep -q 'go1.25.7'
- name: Run govulncheck
working-directory: backend
run: |