Skip to content

Commit 5251ad8

Browse files
chore(deps): update dependency io_bazel_rules_go to v0.59.0 (#6085)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b172f80 commit 5251ad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ rules_proto_toolchains()
8787

8888
http_archive(
8989
name = "io_bazel_rules_go",
90-
sha256 = "82f0af253fc61c7f06b005c67c079573776111185b7c3742563f751178aaa4c0",
90+
sha256 = "68af54cb97fbdee5e5e8fe8d210d15a518f9d62abfd71620c3eaff3b26a5ff86",
9191
urls = [
92-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip",
93-
"https://github.com/bazelbuild/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip",
92+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.59.0/rules_go-v0.59.0.zip",
93+
"https://github.com/bazelbuild/rules_go/releases/download/v0.59.0/rules_go-v0.59.0.zip",
9494
],
9595
)
9696

0 commit comments

Comments
 (0)