From c69f561fb9e4fc5169194515af03e9b6877af123 Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Tue, 21 Apr 2020 22:07:06 +0800 Subject: [PATCH] update commit hash (#5554) --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index faba67d3c..eede235d7 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -289,7 +289,7 @@ http_archive( go_repository( name = "com_github_ethereum_go_ethereum", - commit = "861ae1b1875c17d86a6a5d68118708ab2b099658", + commit = "0beb54b2147b3473a4c55e5ce6f02643ce403b14", importpath = "github.com/ethereum/go-ethereum", # Note: go-ethereum is not bazel-friendly with regards to cgo. We have a # a fork that has resolved these issues by disabling HID/USB support and