From ca8db3b26455dd1c549ae28fad06dbf4fe4212b3 Mon Sep 17 00:00:00 2001 From: AJ Heller Date: Tue, 28 May 2024 16:40:03 -0700 Subject: [PATCH] [build] Update Gazelle bazel dependency (#36745) Closes #36745 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36745 from drfloob:update-gazelle 4fba6f7b09ea4c367c4f355ef3c10b2d16c96785 PiperOrigin-RevId: 638067497 --- bazel/grpc_deps.bzl | 6 +++--- bazel/grpc_extra_deps.bzl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl index d0099ab6163..f3920abb2ef 100644 --- a/bazel/grpc_deps.bzl +++ b/bazel/grpc_deps.bzl @@ -406,10 +406,10 @@ def grpc_deps(): if "bazel_gazelle" not in native.existing_rules(): http_archive( name = "bazel_gazelle", - sha256 = "de69a09dc70417580aabf20a28619bb3ef60d038470c7cf8442fafcf627c21cb", + sha256 = "d76bf7a60fd8b050444090dfa2837a4eaf9829e1165618ee35dceca5cbdf58d5", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.24.0/bazel-gazelle-v0.24.0.tar.gz", - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.24.0/bazel-gazelle-v0.24.0.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.37.0/bazel-gazelle-v0.37.0.tar.gz", + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.37.0/bazel-gazelle-v0.37.0.tar.gz", ], ) diff --git a/bazel/grpc_extra_deps.bzl b/bazel/grpc_extra_deps.bzl index eb3c3fc29c5..a370fe44966 100644 --- a/bazel/grpc_extra_deps.bzl +++ b/bazel/grpc_extra_deps.bzl @@ -52,7 +52,7 @@ def grpc_extra_deps(ignore_version_differences = False): api_dependencies() go_rules_dependencies() - go_register_toolchains(version = "1.18") + go_register_toolchains(version = "1.20") gazelle_dependencies() # Pull-in the go 3rd party dependencies for protoc_gen_validate, which is