Skip to content

Commit 67dac9f

Browse files
committed
geth-v1.16.5
1 parent d3b84da commit 67dac9f

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
@@ -8,8 +8,8 @@ import (
88

99
// Constants
1010
const (
11-
gethTagProd string = "ethereum/client-go:v1.16.4"
12-
gethTagTest string = "ethereum/client-go:v1.16.4"
11+
gethTagProd string = "ethereum/client-go:v1.16.5"
12+
gethTagTest string = "ethereum/client-go:v1.16.5"
1313
gethEventLogInterval int = 1000
1414
gethStopSignal string = "SIGTERM"
1515
)

0 commit comments

Comments
 (0)