go.mod: bump go directive to 1.26.3 (security advisory)

This commit is contained in:
Hanzo AI
2026-05-12 21:29:02 -07:00
parent 7932be2d56
commit 44c1c990c3
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/luxfi/corona
go 1.26.1
go 1.26.3
require (
github.com/luxfi/lattice/v7 v7.1.0