update to latest version of rules_go
diff --git a/WORKSPACE b/WORKSPACE
index 7df8789..709c55d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -13,10 +13,10 @@
http_archive(
name = "io_bazel_rules_go",
- sha256 = "16e9fca53ed6bd4ff4ad76facc9b7b651a89db1689a2877d6fd7b82aa824e366",
+ sha256 = "099a9fb96a376ccbbb7d291ed4ecbdfd42f6bc822ab77ae6f1b5cb9e914e94fa",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",
- "https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.35.0/rules_go-v0.35.0.zip",
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.35.0/rules_go-v0.35.0.zip",
],
)
@@ -24,7 +24,7 @@
go_rules_dependencies()
-go_register_toolchains(version = "1.18.4")
+go_register_toolchains(version = "1.19.1")
http_archive(
name = "bazel_federation",