Skip to content

Commit

Permalink
Update versions for 0.38.1 release
Browse files Browse the repository at this point in the history
linzhp committed Jan 26, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f4e59bd commit 3201de0
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_go",
version = "0.38.0",
version = "0.38.1",
compatibility_level = 0,
repo_name = "io_bazel_rules_go",
)
2 changes: 1 addition & 1 deletion go/def.bzl
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ TOOLS_NOGO = [

# Current version or next version to be tagged. Gazelle and other tools may
# check this to determine compatibility.
RULES_GO_VERSION = "0.38.0"
RULES_GO_VERSION = "0.38.1"

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

0 comments on commit 3201de0

Please sign in to comment.