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 c2212fd commit a23892eCopy full SHA for a23892e
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "rules_go",
3
- version = "0.48.1",
+ version = "0.49.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.48.1"
+RULES_GO_VERSION = "0.49.0"
125
126
go_context = _go_context
127
gomock = _gomock
0 commit comments