We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fdab5 commit 1166a37Copy full SHA for 1166a37
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "rules_go",
3
- version = "0.40.0",
+ version = "0.40.1",
4
compatibility_level = 0,
5
repo_name = "io_bazel_rules_go",
6
)
go/def.bzl
@@ -123,7 +123,7 @@ TOOLS_NOGO = [
123
124
# Current version or next version to be tagged. Gazelle and other tools may
125
# check this to determine compatibility.
126
-RULES_GO_VERSION = "0.40.0"
+RULES_GO_VERSION = "0.40.1"
127
128
go_context = _go_context
129
go_embed_data = _go_embed_data
0 commit comments