release patch version 0.45.1 (#3836)

This includes various bug fixes from 0.45.0 and fixes the BCR publishing. In the interest of compatibility we are not upgrading any dependencies for this release.
diff --git a/MODULE.bazel b/MODULE.bazel
index 9d6ecda..00af44b 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
 module(
     name = "rules_go",
-    version = "0.45.0",
+    version = "0.45.1",
     compatibility_level = 0,
     repo_name = "io_bazel_rules_go",
 )
diff --git a/go/def.bzl b/go/def.bzl
index a38f275..f446b5a 100644
--- a/go/def.bzl
+++ b/go/def.bzl
@@ -121,7 +121,7 @@
 
 # Current version or next version to be tagged. Gazelle and other tools may
 # check this to determine compatibility.
-RULES_GO_VERSION = "0.45.0"
+RULES_GO_VERSION = "0.45.1"
 
 go_context = _go_context
 gomock = _gomock