fix: bump Go from 1.26.1 to 1.26.2 to resolve 6 stdlib CVEs

Fixes GO-2026-4947, GO-2026-4946, GO-2026-4870, GO-2026-4869,
GO-2026-4866, GO-2026-4865 in crypto/x509, crypto/tls, archive/tar,
and html/template.
This commit is contained in:
shaw
2026-04-08 16:17:15 +08:00
parent e51c9e50b5
commit 7060596a30
7 changed files with 8 additions and 53 deletions

View File

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