Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bazel/workspace0.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ def gl_cpp_workspace0(name = None):
maybe(
http_archive,
name = "io_bazel_rules_go",
sha256 = "763f4a3f6b03469fdb00a77a333dd0b5546d3ee1fa29db373128c08fee73e0e8",
sha256 = "0b805c94fb3730dc23df32925ed477b3f4ed37b56075dcac6f218c3ea7b4ab42",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
Comment on lines +201 to +202

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The rules_go repository has migrated from the bazelbuild organization to bazel-contrib. Update the URLs to use the new canonical organization path bazel-contrib to avoid relying on redirects.

Suggested change
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
"https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",
"https://github.com/bazel-contrib/rules_go/releases/download/v0.62.0/rules_go-v0.62.0.zip",

],
patch_args = ["-p1"],
)
Expand Down
Loading