Skip to content

Commit

Permalink
Add temporary rules_go bazel_dep to restore CI (#18912)
Browse files Browse the repository at this point in the history
bazelbuild/bazel-central-registry#725 broke bazel CI asynchronously by yanking [email protected], listed as a dependency on BCR of [email protected]. From BCR recommendation on bazelbuild/bazel-central-registry#733, specifying a [email protected] should coerce transitive selection through Minimum Version Selection (and bypass [email protected], also yanked).

Closes #18828.

PiperOrigin-RevId: 545205842
Change-Id: I574fc46b7c09e72e6d70ef77be726897aacc4358

Co-authored-by: George Gensure <[email protected]>
  • Loading branch information
fweikert and werkt authored Jul 12, 2023
1 parent 4badc93 commit 581609f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ bazel_dep(name = "stardoc", version = "0.5.3", repo_name = "io_bazel_skydoc")
bazel_dep(name = "zstd-jni", version = "1.5.2-3")
bazel_dep(name = "zlib", version = "1.2.13")
bazel_dep(name = "rules_cc", version = "0.0.6")
bazel_dep(name = "rules_go", version = "0.39.1")
bazel_dep(name = "rules_java", version = "6.1.1")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
bazel_dep(name = "rules_jvm_external", version = "5.2")
Expand Down

0 comments on commit 581609f

Please sign in to comment.