Skip to content

Commit 87fedd1

Browse files
Update dependency io_bazel_rules_go to v0.61.1
1 parent 6387a44 commit 87fedd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/legacy_docker/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1010

1111
http_archive(
1212
name = "io_bazel_rules_go",
13-
sha256 = "0936c9bc3c4321ee372cb8f66dd972d368cb940ed01a9ba9fd7debcf0093f09b",
13+
sha256 = "763f4a3f6b03469fdb00a77a333dd0b5546d3ee1fa29db373128c08fee73e0e8",
1414
urls = [
15-
"https://github.com/bazel-contrib/rules_go/releases/download/v0.51.0/rules_go-v0.51.0.zip",
16-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.51.0/rules_go-v0.51.0.zip",
15+
"https://github.com/bazel-contrib/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip",
16+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip",
1717
],
1818
)
1919

0 commit comments

Comments
 (0)