chore: use latest image for minio

This commit is contained in:
Manuel de la Peña
2025-04-09 16:09:40 +02:00
parent b1026d4553
commit b539c9dde8
5 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ var testStore *Storage
const (
// minioImage is the default image used for running S3 in tests.
minioImage = "docker.io/minio/minio:RELEASE.2024-08-17T01-24-54Z"
minioImage = "docker.io/minio/minio:latest"
minioImageEnvVar string = "TEST_MINIO_IMAGE"
minioUser string = "minio-user"
minioPass string = "minio-password"