fix: set Go version to 1.22.8 for compatibility

This commit is contained in:
Zach Kelling
2025-09-21 07:58:55 +00:00
parent f271a0362b
commit 4ba63b8a06
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/luxfi/math
go 1.24.6
go 1.22.8
require (
github.com/luxfi/geth v1.16.34