Skip to content

Commit 63ed47c

Browse files
author
Jay Conrod
authored
Set RULES_GO_VERSION to 0.27.0 (#2851)
1 parent 7ced63b commit 63ed47c

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
@@ -116,7 +116,7 @@ TOOLS_NOGO = [
116116

117117
# Current version or next version to be tagged. Gazelle and other tools may
118118
# check this to determine compatibility.
119-
RULES_GO_VERSION = "0.26.0"
119+
RULES_GO_VERSION = "0.27.0"
120120

121121
declare_toolchains = _declare_toolchains
122122
go_context = _go_context

0 commit comments

Comments
 (0)