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 284fbec commit b112b70Copy full SHA for b112b70
WORKSPACE
@@ -2,8 +2,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2
3
http_archive(
4
name = "io_bazel_rules_go",
5
- sha256 = "b7a62250a3a73277ade0ce306d22f122365b513f5402222403e507f2f997d421",
6
- urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.16.3/rules_go-0.16.3.tar.gz"],
+ sha256 = "62ec3496a00445889a843062de9930c228b770218c735eca89c67949cd967c3f",
+ urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.16.4/rules_go-0.16.4.tar.gz"],
7
)
8
9
0 commit comments