File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
9
9
# Keep the version of rules_go in sync with go.mod
10
10
http_archive (
11
11
name = "io_bazel_rules_go" ,
12
- sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996 " ,
12
+ sha256 = "bfc5ce70b9d1634ae54f4e7b495657a18a04e0d596785f672d35d5f505ab491a " ,
13
13
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" ,
16
16
],
17
17
)
18
18
You can’t perform that action at this time.
0 commit comments