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
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
cache: true
- name: Verify Go version
run: |
go version | grep -q 'go1.25.6'
go version | grep -q 'go1.25.7'
- name: Unit tests
working-directory: backend
run: make test-unit
@@ -38,7 +38,7 @@ jobs:
cache: true
- name: Verify Go version
run: |
go version | grep -q 'go1.25.6'
go version | grep -q 'go1.25.7'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
+1 -1
View File
@@ -115,7 +115,7 @@ jobs:
- name: Verify Go version
run: |
go version | grep -q 'go1.25.6'
go version | grep -q 'go1.25.7'
# Docker setup for GoReleaser
- name: Set up QEMU
+1 -1
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: |