mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
go.mod: use toolchain go v1.25.5 (#1883)
This commit is contained in:
parent
0d381ece9f
commit
256c76d025
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue