Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Oct 6, 2015
1 parent 90c31d6 commit 733261c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go_test.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 733261c

Please sign in to comment.