We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98729a commit eb8ee5bCopy full SHA for eb8ee5b
1 file changed
internal_deps.bzl
@@ -32,10 +32,10 @@ def toolchain_chromium_internal_deps():
32
maybe(
33
http_archive,
34
name = "io_bazel_rules_go",
35
- sha256 = "2b1641428dff9018f9e85c0384f03ec6c10660d935b750e3fa1492a281a53b0f",
+ sha256 = "bfc5ce70b9d1634ae54f4e7b495657a18a04e0d596785f672d35d5f505ab491a",
36
urls = [
37
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.29.0/rules_go-v0.29.0.zip",
38
- "https://github.com/bazelbuild/rules_go/releases/download/v0.29.0/rules_go-v0.29.0.zip",
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.40.0/rules_go-v0.40.0.zip",
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.40.0/rules_go-v0.40.0.zip",
39
],
40
)
41
0 commit comments