mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
build(build): upgrade toolchain to go 1.25.7 (#2115)
This commit is contained in:
parent
daad965727
commit
45aadcd311
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@
|
|||
.PHONY: XDC evm all test clean
|
||||
|
||||
GOBIN = $(shell pwd)/build/bin
|
||||
GO ?= 1.25.1
|
||||
GO ?= latest
|
||||
GORUN = go run
|
||||
|
||||
#? XDC: Build XDC.
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -2,7 +2,7 @@ module github.com/XinFinOrg/XDPoSChain
|
|||
|
||||
go 1.25
|
||||
|
||||
toolchain go1.25.5
|
||||
toolchain go1.25.7
|
||||
|
||||
require (
|
||||
github.com/VictoriaMetrics/fastcache v1.12.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue