go.mod: use toolchain go v1.25.5 (#1883)

This commit is contained in:
wit liu 2025-12-19 18:38:47 +08:00 committed by GitHub
parent 0d381ece9f
commit 256c76d025
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -2,6 +2,8 @@ module github.com/XinFinOrg/XDPoSChain
go 1.25
toolchain go1.25.5
require (
github.com/VictoriaMetrics/fastcache v1.12.2
github.com/cespare/cp v1.1.1