Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 10ed5c6

Browse files
committed
Update dependency io_bazel_rules_go to v0.21.2
1 parent 8652fbd commit 10ed5c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
33

44
http_archive(
55
name = "io_bazel_rules_go",
6-
sha256 = "f04d2373bcaf8aa09bccb08a98a57e721306c8f6043a2a0ee610fd6853dcde3d",
7-
url = "https://github.com/bazelbuild/rules_go/releases/download/0.18.6/rules_go-0.18.6.tar.gz",
6+
sha256 = "f99a9d76e972e0c8f935b2fe6d0d9d778f67c760c6d2400e23fc2e469016e2bd",
7+
url = "https://github.com/bazelbuild/rules_go/releases/download/v0.21.2/rules_go-v0.21.2.tar.gz",
88
)
99

1010
http_archive(

0 commit comments

Comments
 (0)