Skip to content

Commit

Permalink
Set RULES_GO_VERSION to 0.27.0 (#2851)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Conrod committed Mar 17, 2021
1 parent 7ced63b commit 63ed47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/def.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,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.26.0"
RULES_GO_VERSION = "0.27.0"

declare_toolchains = _declare_toolchains
go_context = _go_context
Expand Down

0 comments on commit 63ed47c

Please sign in to comment.