Skip to content

Commit 34164fc

Browse files
committed
rules_go: upgrade to latest commit
Upgrade rules_go to latest commit in `master` at the moment of writing. Unblocks Go 1.21 upgrade in #4516 by including the fixes in: - bazel-contrib/rules_go#3660 - bazel-contrib/rules_go#3666
1 parent 5f19fb9 commit 34164fc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

WORKSPACE

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ http_archive(
1919

2020
http_archive(
2121
name = "io_bazel_rules_go",
22-
sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3",
22+
sha256 = "884fa7b014167fed6bf7cb8520652e364a904e57d3ce172419af30db5ce6217c",
23+
strip_prefix = "rules_go-5206498b4f67ff3e6a9222a923cf67ff5191754e",
2324
urls = [
24-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
25-
"https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
25+
# TODO(sluongng): this track the unreleased version v0.42.0 of rules_go to help us upgrade to Go 1.21
26+
# We should replace this once rules_go v0.42.0 is released.
27+
"https://github.com/bazelbuild/rules_go/archive/5206498b4f67ff3e6a9222a923cf67ff5191754e.zip",
2628
],
2729
)
2830

0 commit comments

Comments
 (0)