Skip to content

Commit 40895dd

Browse files
committed
chore: bump go to 1.25.7 across modules
Signed-off-by: Olexandr88 <radole1203@gmail.com>
1 parent 50aa497 commit 40895dd

2 files changed

Lines changed: 8 additions & 16 deletions

File tree

contrib/rpcimportable/go.mod

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,22 @@
11
module github.com/zeta-chain/node/contrib/rpcimportable
22

3-
go 1.22.5
3+
go 1.25
44

55
// this go.mod should be empty when committed
66
// the go.sum should not be committed
77

88
// this replacement is unavoidable until we upgrade cosmos sdk >=v0.50
99
// but we should not tolerate any other replacements
10-
replace (
11-
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
12-
)
10+
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
1311

1412
// go-ethereum fork must be used as it removes incompatible pebbledb version
1513
// TODO evm: verify if pebbledb issue is in cosmos go ethereum fork
16-
replace (
17-
github.com/ethereum/go-ethereum => github.com/cosmos/go-ethereum v1.15.11-cosmos-0
18-
)
14+
replace github.com/ethereum/go-ethereum => github.com/cosmos/go-ethereum v1.15.11-cosmos-0
1915

20-
replace (
21-
github.com/cosmos/evm => github.com/zeta-chain/evm v0.0.0-20250808111716-1882abec3ec9
22-
)
16+
replace github.com/cosmos/evm => github.com/zeta-chain/evm v0.0.0-20250808111716-1882abec3ec9
2317

2418
// protocol-contracts was renamed to protocol-contracts-evm; redirect to old module path
25-
replace (
26-
github.com/zeta-chain/protocol-contracts-evm => github.com/zeta-chain/protocol-contracts v0.0.0-20250909184950-6034c08e5870
27-
)
19+
replace github.com/zeta-chain/protocol-contracts-evm => github.com/zeta-chain/protocol-contracts v0.0.0-20250909184950-6034c08e5870
2820

2921
// uncomment this for local development/testing/debugging
30-
// replace github.com/zeta-chain/node => ../..
22+
// replace github.com/zeta-chain/node => ../..

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/zeta-chain/node
22

3-
go 1.23.8
3+
go 1.25
44

5-
toolchain go1.23.9
5+
toolchain go1.25.7
66

77
require (
88
cosmossdk.io/errors v1.0.2

0 commit comments

Comments
 (0)