Skip to content

Commit bc988a4

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

2 files changed

Lines changed: 3 additions & 30 deletions

File tree

contrib/rpcimportable/go.mod

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

3-
go 1.22.5
4-
5-
// this go.mod should be empty when committed
6-
// the go.sum should not be committed
7-
8-
// this replacement is unavoidable until we upgrade cosmos sdk >=v0.50
9-
// 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-
)
13-
14-
// go-ethereum fork must be used as it removes incompatible pebbledb version
15-
// 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-
)
19-
20-
replace (
21-
github.com/cosmos/evm => github.com/zeta-chain/evm v0.0.0-20250808111716-1882abec3ec9
22-
)
23-
24-
// 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-
)
28-
29-
// uncomment this for local development/testing/debugging
30-
// replace github.com/zeta-chain/node => ../..
3+
go 1.25

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)