We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b84da commit 67dac9fCopy full SHA for 67dac9f
1 file changed
shared/services/config/geth-params.go
@@ -8,8 +8,8 @@ import (
8
9
// Constants
10
const (
11
- gethTagProd string = "ethereum/client-go:v1.16.4"
12
- gethTagTest string = "ethereum/client-go:v1.16.4"
+ gethTagProd string = "ethereum/client-go:v1.16.5"
+ gethTagTest string = "ethereum/client-go:v1.16.5"
13
gethEventLogInterval int = 1000
14
gethStopSignal string = "SIGTERM"
15
)
0 commit comments