Skip to content

Commit 32445e7

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/privateerproj/privateer-sdk
22

3-
go 1.25.1
3+
go 1.26.2
44

55
require (
66
github.com/gemaraproj/go-gemara v0.0.2

0 commit comments

Comments
 (0)