Skip to content

Commit 6539a80

Browse files
Update dependency io_bazel_rules_go to v0.56.0
1 parent 4a04264 commit 6539a80

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
@@ -17,10 +17,10 @@ http_archive(
1717

1818
http_archive(
1919
name = "io_bazel_rules_go",
20-
sha256 = "90fe8fb402dee957a375f3eb8511455bd738c7ed562695f4dd117ac7d2d833b1",
20+
sha256 = "94643c4ce02f3b62f3be7d13d527a5c780a568073b7562606e78399929005f98",
2121
urls = [
22-
"https://github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip",
23-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip",
22+
"https://github.com/bazelbuild/rules_go/releases/download/v0.56.0/rules_go-v0.56.0.zip",
23+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.56.0/rules_go-v0.56.0.zip",
2424
],
2525
)
2626

0 commit comments

Comments
 (0)