Skip to content

Commit

Permalink
Updated rules_go to 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 4, 2025
1 parent 74f72ac commit d8ec42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ switched_rules.use_languages(java = True)
bazel_dep(name = "grpc-java", version = "1.69.0", repo_name = "io_grpc_grpc_java")

# https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/bzlmod.md
bazel_dep(name = "rules_go", version = "0.51.0")
bazel_dep(name = "rules_go", version = "0.53.0")
bazel_dep(name = "gazelle", version = "0.42.0")

go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
Expand Down

0 comments on commit d8ec42a

Please sign in to comment.