We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b312a commit 00fe64fCopy full SHA for 00fe64f
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "rules_go",
3
- version = "0.45.1",
+ version = "0.46.0",
4
compatibility_level = 0,
5
repo_name = "io_bazel_rules_go",
6
)
go/def.bzl
@@ -121,7 +121,7 @@ TOOLS_NOGO = [str(Label(l)) for l in _TOOLS_NOGO]
121
122
# Current version or next version to be tagged. Gazelle and other tools may
123
# check this to determine compatibility.
124
-RULES_GO_VERSION = "0.45.1"
+RULES_GO_VERSION = "0.46.0"
125
126
go_context = _go_context
127
gomock = _gomock
0 commit comments