bumping rules_go version to 0.34.0
diff --git a/go/def.bzl b/go/def.bzl
index 784ea45..0fd4129 100644
--- a/go/def.bzl
+++ b/go/def.bzl
@@ -120,7 +120,7 @@
 
 # Current version or next version to be tagged. Gazelle and other tools may
 # check this to determine compatibility.
-RULES_GO_VERSION = "0.33.0"
+RULES_GO_VERSION = "0.34.0"
 
 declare_toolchains = _declare_toolchains
 go_context = _go_context