Skip to content

Commit f17cccb

Browse files
author
Jay Conrod
authored
Set RULES_GO_VERSION to 0.24.0 (bazel-contrib#2631)
1 parent ac0a5a8 commit f17cccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/def.bzl

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

121121
# Current version or next version to be tagged. Gazelle and other tools may
122122
# check this to determine compatibility.
123-
RULES_GO_VERSION = "0.23.0"
123+
RULES_GO_VERSION = "0.24.0"
124124

125125
declare_toolchains = _declare_toolchains
126126
go_context = _go_context

0 commit comments

Comments
 (0)