From 321552f0ad365f8ca0d69f669c543d159b04721c Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Mon, 11 Jan 2021 10:35:15 -0800 Subject: Fix rules_go checksums. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The release was changed by bazel ಠ_ಠ: https://github.com/bazelbuild/rules_go/issues/2779 Updates #5188 PiperOrigin-RevId: 351185440 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 1addf40f7..efa55248f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -40,7 +40,7 @@ http_archive( # binaries of symbols, which we don't want. "//tools:rules_go.patch", ], - sha256 = "a515569b4903776eae90ac2696b34ee1dd45600cf9dfd7d16475e2df32867521", + sha256 = "8e9434015ff8f3d6962cb8f016230ea7acc1ac402b760a8d66ff54dc11673ca6", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.10/rules_go-v0.24.10.tar.gz", "https://github.com/bazelbuild/rules_go/releases/download/v0.24.10/rules_go-v0.24.10.tar.gz", -- cgit v1.2.3