build(build): upgrade toolchain to go 1.25.7 (#2115)

This commit is contained in:
Daniel Liu 2026-03-06 13:52:02 +08:00 committed by GitHub
parent daad965727
commit 45aadcd311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
.PHONY: XDC evm all test clean .PHONY: XDC evm all test clean
GOBIN = $(shell pwd)/build/bin GOBIN = $(shell pwd)/build/bin
GO ?= 1.25.1 GO ?= latest
GORUN = go run GORUN = go run
#? XDC: Build XDC. #? XDC: Build XDC.

2
go.mod
View file

@ -2,7 +2,7 @@ module github.com/XinFinOrg/XDPoSChain
go 1.25 go 1.25
toolchain go1.25.5 toolchain go1.25.7
require ( require (
github.com/VictoriaMetrics/fastcache v1.12.2 github.com/VictoriaMetrics/fastcache v1.12.2