Skip to content

Commit 9c86909

Browse files
authored
bump go version (#2045)
1 parent b14ecfa commit 9c86909

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file configures github.com/golangci/golangci-lint.
22
version: '2'
33
run:
4-
go: 1.25.6
4+
go: 1.25.7
55
tests: true
66
linters:
77
default: none

cmd/keeper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ethereum/go-ethereum/cmd/keeper
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20260104020744-7268a54d0358

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/ethereum/go-ethereum
22

33
// Note: Change the go image version in Dockerfile if you change this.
4-
go 1.25.6
4+
go 1.25.7
55

66
require (
77
github.com/0xPolygon/crand v1.0.3

0 commit comments

Comments
 (0)