Skip to content

Commit f82f892

Browse files
authored
Merge pull request #761 from kindlyops/renovate/io_bazel_rules_go-0.x
chore(deps): update dependency io_bazel_rules_go to v0.40.0
2 parents a28a447 + 71c21a1 commit f82f892

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
@@ -9,10 +9,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
99
# Keep the version of rules_go in sync with go.mod
1010
http_archive(
1111
name = "io_bazel_rules_go",
12-
sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996",
12+
sha256 = "bfc5ce70b9d1634ae54f4e7b495657a18a04e0d596785f672d35d5f505ab491a",
1313
urls = [
14-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39.1/rules_go-v0.39.1.zip",
15-
"https://github.com/bazelbuild/rules_go/releases/download/v0.39.1/rules_go-v0.39.1.zip",
14+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.40.0/rules_go-v0.40.0.zip",
15+
"https://github.com/bazelbuild/rules_go/releases/download/v0.40.0/rules_go-v0.40.0.zip",
1616
],
1717
)
1818

0 commit comments

Comments
 (0)