Update Go to 1.26.5 to fix stdlib CVEs

Bump the Go toolchain from 1.26.4 to 1.26.5 to address CVE-2026-42505
(ECH handshake de-anonymization) and CVE-2026-39822 (os.Root symlink
following on Unix).

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
Sacha Al Himdani
2026-07-09 11:13:32 +02:00
parent 9371d58747
commit ed9cdb4847
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module go.probo.inc/probo
go 1.26.4
go 1.26.5
require (
codeberg.org/miekg/dns v0.6.83