aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler French <66684063+tyler-french@users.noreply.github.com>2024-01-19 09:54:08 -0500
committerGitHub <noreply@github.com>2024-01-19 09:54:08 -0500
commit7eadd85600752f7b1580dc872ac5f643142d3334 (patch)
treec08cd2694315bee4caf04259d63700450f200daf
parent1a931cbe82ded089be5fff106c7d83a61cbee952 (diff)
downloadbazelbuild-rules_go-7eadd85600752f7b1580dc872ac5f643142d3334.tar.gz
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.
-rw-r--r--MODULE.bazel2
-rw-r--r--go/def.bzl2
2 files changed, 2 insertions, 2 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index 9d6ecda8..00af44b0 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 a38f2753..f446b5a0 100644
--- a/go/def.bzl
+++ b/go/def.bzl
@@ -121,7 +121,7 @@ TOOLS_NOGO = [str(Label(l)) for l in _TOOLS_NOGO]
# 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