From 2ec02d552198da2d42354f1d4e5d951f1889052d Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Sat, 25 Aug 2018 15:41:25 -0400 Subject: [PATCH] Set RULES_GO_VERSION to 0.15.1 --- go/def.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/def.bzl b/go/def.bzl index b085d04bfc..0d332fc29f 100644 --- a/go/def.bzl +++ b/go/def.bzl @@ -74,7 +74,7 @@ load( # Current version or next version to be tagged. Gazelle and other tools may # check this to determine compatibility. -RULES_GO_VERSION = "0.15.0" +RULES_GO_VERSION = "0.15.1" GoLibrary = _GoLibrary """See go/providers.rst#GoLibrary for full documentation."""