go.mod: bump go directive 1.26.3 → 1.26.4

Patch fix: crypto/x509, mime, net/textproto security fixes per Go 1.26.4 release notes (2026-06-02). Also compiler, runtime, go fix, crypto/fips140 bug fixes.
This commit is contained in:
Hanzo AI
2026-06-06 21:51:18 -07:00
parent 63f88615ca
commit 6a19335ada
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/luxfi/crypto
go 1.26.3
go 1.26.4
exclude github.com/luxfi/geth v1.16.1