We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14ecfa commit 9c86909Copy full SHA for 9c86909
.golangci.yml
@@ -1,7 +1,7 @@
1
# This file configures github.com/golangci/golangci-lint.
2
version: '2'
3
run:
4
- go: 1.25.6
+ go: 1.25.7
5
tests: true
6
linters:
7
default: none
cmd/keeper/go.mod
@@ -1,6 +1,6 @@
module github.com/ethereum/go-ethereum/cmd/keeper
-go 1.25.6
+go 1.25.7
require (
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20260104020744-7268a54d0358
go.mod
module github.com/ethereum/go-ethereum
// Note: Change the go image version in Dockerfile if you change this.
github.com/0xPolygon/crand v1.0.3
0 commit comments