aboutsummaryrefslogtreecommitdiff
path: root/go/def.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'go/def.bzl')
-rw-r--r--go/def.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/def.bzl b/go/def.bzl
index 66205962..83c88e39 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.13.0"
+RULES_GO_VERSION = "0.14.0"
GoLibrary = _GoLibrary
"""See go/providers.rst#GoLibrary for full documentation."""