1diff --git a/WORKSPACE b/WORKSPACE
2index 555ab93..9f3b8a0 100644
3--- a/WORKSPACE
4+++ b/WORKSPACE
5@@ -46,10 +46,11 @@ rules_proto_toolchains()
6 # gazelle:repository go_repository name=com_github_bazelbuild_rules_go importpath=github.com/bazelbuild/rules_go
7 http_archive(
8 name = "io_bazel_rules_go",
9- sha256 = "56d8c5a5c91e1af73eca71a6fab2ced959b67c86d12ba37feedb0a2dfea441a6",
10+ sha256 = "7fd912837cc971b708037ab1d0d721b892c62dadbfdcfae5066e8e90d25876e9",
11+ strip_prefix = "rules_go-8d309d5af15814b4096d80b60f80fa86128c43f2",
12 urls = [
13- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.37.0/rules_go-v0.37.0.zip",
14- "https://github.com/bazelbuild/rules_go/releases/download/v0.37.0/rules_go-v0.37.0.zip",
15+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/archive/8d309d5af15814b4096d80b60f80fa86128c43f2.zip",
16+ "https://github.com/bazelbuild/rules_go/archive/8d309d5af15814b4096d80b60f80fa86128c43f2.zip",
17 ],
18 )