We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a9af5 commit 0bcaef5Copy full SHA for 0bcaef5
internal_deps.bzl
@@ -14,8 +14,8 @@ def rules_mylang_internal_deps():
14
"Fetch deps needed for local development"
15
http_archive(
16
name = "io_bazel_rules_go",
17
- sha256 = "099a9fb96a376ccbbb7d291ed4ecbdfd42f6bc822ab77ae6f1b5cb9e914e94fa",
18
- urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.35.0/rules_go-v0.35.0.zip"],
+ sha256 = "56d8c5a5c91e1af73eca71a6fab2ced959b67c86d12ba37feedb0a2dfea441a6",
+ urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.37.0/rules_go-v0.37.0.zip"],
19
)
20
21
0 commit comments