Commit 32445e7
committed
chore: upgrade go to 1.26.2
## What
Upgrade Go from 1.25.1 to 1.26.2 in go.mod.
## Why
go1.26.2 fixes 4 vulnerabilities in the standard library:
- GO-2026-4947: unexpected work during chain building (crypto/x509)
- GO-2026-4946: inefficient policy validation (crypto/x509)
- GO-2026-4870: unauthenticated TLS 1.3 KeyUpdate DoS (crypto/tls)
- GO-2026-4866: case-sensitive excludedSubtrees auth bypass (crypto/x509)
## Notes
- This is a two-minor-version jump (1.25 → 1.26); all tests pass
Signed-off-by: jmeridth <jmeridth@gmail.com>1 parent e5bb7db commit 32445e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments