Skip to content

Commit e5ed186

Browse files
committed
update geth prices
1 parent f94044f commit e5ed186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/geth-params.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import (
2828

2929
// Constants
3030
const (
31-
gethTagProd string = "ethereum/client-go:v1.13.7"
32-
gethTagTest string = "ethereum/client-go:v1.13.7"
31+
gethTagProd string = "ethereum/client-go:v1.13.8"
32+
gethTagTest string = "ethereum/client-go:v1.13.8"
3333
gethEventLogInterval int = 1000
3434
gethStopSignal string = "SIGTERM"
3535
)

0 commit comments

Comments
 (0)