Skip to content

Commit 3201de0

Browse files
committed
Update versions for 0.38.1 release
1 parent f4e59bd commit 3201de0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_go",
3-
version = "0.38.0",
3+
version = "0.38.1",
44
compatibility_level = 0,
55
repo_name = "io_bazel_rules_go",
66
)

go/def.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ TOOLS_NOGO = [
125125

126126
# Current version or next version to be tagged. Gazelle and other tools may
127127
# check this to determine compatibility.
128-
RULES_GO_VERSION = "0.38.0"
128+
RULES_GO_VERSION = "0.38.1"
129129

130130
def declare_toolchains(host, sdk, builder, sdk_version_setting):
131131
host_goos, _, host_goarch = host.partition("_")

0 commit comments

Comments
 (0)