We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7483cdc commit 7d8d9a2Copy full SHA for 7d8d9a2
1 file changed
WORKSPACE
@@ -130,9 +130,9 @@ go_register_toolchains(version = "1.16")
130
# rules_gapic also depends on rules_go, so it must come after our own dependency on rules_go.
131
# It must also come before gapic-generator-go so as to ensure that it does not bring in an old
132
# version of rules_gapic.
133
-_rules_gapic_version = "0.21.1"
+_rules_gapic_version = "0.22.1"
134
135
-_rules_gapic_sha256 = "953f6fc0c1f3de7d399c209068c8be96ddf029050148531af161847919203404"
+_rules_gapic_sha256 = "865691b71a20a064106ce09c7f6b2087dc4eb1d7a3353f7a5f69a16ca8712f18"
136
137
http_archive(
138
name = "rules_gapic",
0 commit comments