1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00

test: lock minio version

This commit is contained in:
Carlos Alexandro Becker 2018-06-15 10:54:50 -03:00
parent a70854fe9d
commit 411a73d410
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -104,7 +104,7 @@ func start(t *testing.T) {
"-p", "9000:9000",
"-v", dir+"/testdata/data:/data",
"-v", dir+"/testdata/config:/root/.minio",
"minio/minio",
"minio/minio:RELEASE.2018-06-09T03-43-35Z",
"server", "/data",
).CombinedOutput(); err != nil {
log.WithError(err).Errorf("failed to start minio: %s", string(out))