From 97d82eda2fc552f7e9960ac1507dbad7a27a578c Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Wed, 2 May 2018 11:21:40 -0400 Subject: [PATCH] Set RULES_GO_VERSION to 0.10.4 --- go/def.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/def.bzl b/go/def.bzl index e22664cfbd..db78249c39 100644 --- a/go/def.bzl +++ b/go/def.bzl @@ -77,7 +77,7 @@ load( # Current version or next version to be tagged. Gazelle and other tools may # check this to determine compatibility. -RULES_GO_VERSION = "0.10.3" +RULES_GO_VERSION = "0.10.4" GoLibrary = _GoLibrary """See go/providers.rst#GoLibrary for full documentation."""