From 7df59efa17688bbff3c4b44e76d17a24833b5ffc Mon Sep 17 00:00:00 2001 From: Ricky Stewart Date: Thu, 15 Jul 2021 11:29:40 -0500 Subject: [PATCH] bazel: upgrade gazelle to latest This helps to avoid https://github.com/bazelbuild/rules_go/issues/2479. Release note: None --- WORKSPACE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 43e2bad103ac..93f4da3b02f9 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -27,8 +27,9 @@ http_archive( # repo. git_repository( name = "bazel_gazelle", - commit = "d038863ba2e096792c6bb6afca31f6514f1aeecd", + commit = "0ac66c98675a24d58f89a614b84dcd920a7e1762", remote = "https://github.com/bazelbuild/bazel-gazelle", + shallow_since = "1626107853 -0400", ) # Override the location of some libraries; otherwise, rules_go will pull its own