Skip to content

Commit

Permalink
try a newer version of rules_go
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Oct 14, 2024
1 parent 60177d3 commit 4db3afe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ def grpc_deps():
if "io_bazel_rules_go" not in native.existing_rules():
http_archive(
name = "io_bazel_rules_go",
sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996",
sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39.1/rules_go-v0.39.1.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.39.1/rules_go-v0.39.1.zip",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip",
],
)

Expand Down
2 changes: 1 addition & 1 deletion bazel/grpc_extra_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def grpc_extra_deps(ignore_version_differences = False):
api_dependencies()

go_rules_dependencies()
go_register_toolchains(version = "1.20.2")
go_register_toolchains(version = "1.22.0")
gazelle_dependencies()

# Pull-in the go 3rd party dependencies for protoc_gen_validate, which is
Expand Down

0 comments on commit 4db3afe

Please sign in to comment.