File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ http_archive(
19
19
20
20
http_archive (
21
21
name = "io_bazel_rules_go" ,
22
- sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3" ,
22
+ sha256 = "884fa7b014167fed6bf7cb8520652e364a904e57d3ce172419af30db5ce6217c" ,
23
+ strip_prefix = "rules_go-5206498b4f67ff3e6a9222a923cf67ff5191754e" ,
23
24
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" ,
26
28
],
27
29
)
28
30
You can’t perform that action at this time.
0 commit comments