aboutsummaryrefslogtreecommitdiff
path: root/go/def.bzl
diff options
context:
space:
mode:
authorJay Conrod <jayconrod@gmail.com>2018-08-06 18:13:20 -0400
committerGitHub <noreply@github.com>2018-08-06 18:13:20 -0400
commit57ae83ca36dff1b0e91594c63a66e4051e2e597f (patch)
tree888d10b00ee3d41056365c7d27fd44db1d1d879a /go/def.bzl
parentaf616aa6b82e3d3a295d0ba2776b41af7f376c8f (diff)
downloadbazelbuild-rules_go-57ae83ca36dff1b0e91594c63a66e4051e2e597f.tar.gz
Set RULES_GO_VERSION to 0.14.0 (#1633)
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."""