Move to go1.9.4 with recent security release (#5502)
This commit is contained in:
committed by
Nitish Tiwari
parent
047b7aff0c
commit
fd3897d0c3
@@ -28,9 +28,9 @@ func TestCheckGoVersion(t *testing.T) {
|
||||
expectedErr error
|
||||
}{
|
||||
{minGoVersion, nil},
|
||||
{"1.6.8", fmt.Errorf("Minio is not compiled by Go >= 1.9.1. Please recompile accordingly")},
|
||||
{"1.5", fmt.Errorf("Minio is not compiled by Go >= 1.9.1. Please recompile accordingly")},
|
||||
{"0.1", fmt.Errorf("Minio is not compiled by Go >= 1.9.1. Please recompile accordingly")},
|
||||
{"1.6.8", fmt.Errorf("Minio is not compiled by Go >= 1.9.4. Please recompile accordingly")},
|
||||
{"1.5", fmt.Errorf("Minio is not compiled by Go >= 1.9.4. Please recompile accordingly")},
|
||||
{"0.1", fmt.Errorf("Minio is not compiled by Go >= 1.9.4. Please recompile accordingly")},
|
||||
{".1", fmt.Errorf("Malformed version: .1")},
|
||||
{"somejunk", fmt.Errorf("Malformed version: somejunk")},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user