From 733261c1da22b9617471881e19ed8f1a50f6a59d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 6 Oct 2015 16:55:28 -0400 Subject: [PATCH] fix tests --- go_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go_test.go b/go_test.go index 1f4f80d..a006f61 100644 --- a/go_test.go +++ b/go_test.go @@ -12,7 +12,8 @@ func TestGoVersion(t *testing.T) { } acceptable := []string{ - "devel", "go1.0", "go1.1", "go1.2", "go1.3", "go1.4.2", + "devel", "go1.0", "go1.1", "go1.2", "go1.3", "go1.4.2", "go1.5", + "go1.5.1", } found := false for _, expected := range acceptable {