File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ rules_proto_toolchains()
44
44
# For buildifier
45
45
http_archive (
46
46
name = "io_bazel_rules_go" ,
47
- sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996 " ,
47
+ sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184 " ,
48
48
urls = [
49
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39.1 /rules_go-v0.39.1 .zip" ,
50
- "https://github.com/bazelbuild/rules_go/releases/download/v0.39.1 /rules_go-v0.39.1 .zip" ,
49
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46.0 /rules_go-v0.46.0 .zip" ,
50
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.46.0 /rules_go-v0.46.0 .zip" ,
51
51
],
52
52
)
53
53
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ rules_proto_toolchains()
60
60
# For buildifier
61
61
http_archive (
62
62
name = "io_bazel_rules_go" ,
63
- sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996 " ,
63
+ sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184 " ,
64
64
urls = [
65
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39.1 /rules_go-v0.39.1 .zip" ,
66
- "https://github.com/bazelbuild/rules_go/releases/download/v0.39.1 /rules_go-v0.39.1 .zip" ,
65
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46.0 /rules_go-v0.46.0 .zip" ,
66
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.46.0 /rules_go-v0.46.0 .zip" ,
67
67
],
68
68
)
69
69
You can’t perform that action at this time.
0 commit comments