mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 18:00:46 +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
|
go 1.25
|
||||||
|
|
||||||
|
toolchain go1.25.5
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/VictoriaMetrics/fastcache v1.12.2
|
github.com/VictoriaMetrics/fastcache v1.12.2
|
||||||
github.com/cespare/cp v1.1.1
|
github.com/cespare/cp v1.1.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue