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

This commit is contained in:
Hanzo AI
2026-05-12 20:55:00 -07:00
parent 0f7934a00b
commit 6bae0bd1c9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/luxfi/math/big
go 1.26.1
go 1.26.3
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/luxfi/math/bit
go 1.26.1
go 1.26.3
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/luxfi/math
go 1.26.1
go 1.26.3
require (
github.com/luxfi/ids v1.2.7
+1 -1
View File
@@ -1,5 +1,5 @@
module github.com/luxfi/math/safe
go 1.26.1
go 1.26.3
require golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a