diff --git a/go/def.bzl b/go/def.bzl index 83c88e395b..5d06a69da1 100644 --- a/go/def.bzl +++ b/go/def.bzl @@ -78,7 +78,7 @@ load( # Current version or next version to be tagged. Gazelle and other tools may # check this to determine compatibility. -RULES_GO_VERSION = "0.14.0" +RULES_GO_VERSION = "0.14.1" GoLibrary = _GoLibrary """See go/providers.rst#GoLibrary for full documentation."""