go.mod: bump go directive to 1.26.4

Patch fix: crypto/x509, mime, net/textproto security fixes per Go 1.26.4 release notes (2026-06-02).
This commit is contained in:
Hanzo AI
2026-06-06 21:52:27 -07:00
parent d12f89efdc
commit f8a90f33d3
+1 -1
View File
@@ -7,7 +7,7 @@ module github.com/luxfi/node
//
// - If updating between minor versions (e.g. 1.23.x -> 1.24.x):
// - Consider updating the version of golangci-lint (in scripts/lint.sh).
go 1.26.3
go 1.26.4
exclude github.com/luxfi/geth v1.16.1