There was an error while loading. Please reload this page.
1 parent e0b2850 commit efad0f3Copy full SHA for efad0f3
1 file changed
bazel/workspace0.bzl
@@ -196,10 +196,10 @@ def gl_cpp_workspace0(name = None):
196
maybe(
197
http_archive,
198
name = "io_bazel_rules_go",
199
- sha256 = "d93ef02f1e72c82d8bb3d5169519b36167b33cf68c252525e3b9d3d5dd143de7",
+ sha256 = "763f4a3f6b03469fdb00a77a333dd0b5546d3ee1fa29db373128c08fee73e0e8",
200
urls = [
201
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.49.0/rules_go-v0.49.0.zip",
202
- "https://github.com/bazelbuild/rules_go/releases/download/v0.49.0/rules_go-v0.49.0.zip",
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip",
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.61.1/rules_go-v0.61.1.zip",
203
],
204
patch_args = ["-p1"],
205
)
0 commit comments