Skip to content

Commit f048ea2

Browse files
committed
chore: update Go version to 1.25.3
Update minimum Go version from 1.23.0 to 1.25.3 to address standard library security vulnerabilities including: - GO-2025-4007: Quadratic complexity in crypto/x509 name constraints This ensures the codebase uses the latest stable Go version with all security fixes.
1 parent a9217de commit f048ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

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

3-
go 1.23.0
3+
go 1.25.3
44

55
require (
66
github.com/hashicorp/golang-lru/v2 v2.0.7

0 commit comments

Comments
 (0)