cmd/keeper: require lesser go

This commit is contained in:
Felix Lange 2025-09-11 15:31:03 +02:00
parent fb155b3d32
commit 060786be2a

View file

@ -1,6 +1,6 @@
module github.com/ethereum/go-ethereum/cmd/keeper
go 1.25.0
go 1.24.0
require (
github.com/ethereum/go-ethereum v1.16.3