summaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2021-01-11 10:35:15 -0800
committergVisor bot <gvisor-bot@google.com>2021-01-11 10:37:39 -0800
commit321552f0ad365f8ca0d69f669c543d159b04721c (patch)
tree493537705ba6ab1b5356a0b0ae7b33b0a2ea9c1a /WORKSPACE
parent0c99ab70905fa4eaf8bc7b0ca846e12d7bbc6e39 (diff)
Fix rules_go checksums.
The release was changed by bazel ಠ_ಠ: https://github.com/bazelbuild/rules_go/issues/2779 Updates #5188 PiperOrigin-RevId: 351185440
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
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",