aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler French <66684063+tyler-french@users.noreply.github.com>2024-01-12 14:55:33 -0500
committerGitHub <noreply@github.com>2024-01-12 14:55:33 -0500
commite2f0ae6da038baa63ae46ca3e9df15aad6d5fa53 (patch)
treed2a3cc82e249f812943d70f75a3c61848b75d19d
parent55ea579a70958d66f24a907433978b21edd36b29 (diff)
downloadbazelbuild-rules_go-e2f0ae6da038baa63ae46ca3e9df15aad6d5fa53.tar.gz
release rules go 0.45.0 (#3825)
-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 43a266e3..9d6ecda8 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "rules_go",
- version = "0.44.2",
+ version = "0.45.0",
compatibility_level = 0,
repo_name = "io_bazel_rules_go",
)
diff --git a/go/def.bzl b/go/def.bzl
index 6a03e93f..a38f2753 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.44.2"
+RULES_GO_VERSION = "0.45.0"
go_context = _go_context
gomock = _gomock