fix(s3): use minio image in the CI

This commit is contained in:
Manuel de la Peña
2025-04-09 12:34:08 +02:00
parent 904a606aa2
commit 3abb5afc2e

View File

@@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
go-version:
- 1.21.x
- 1.22.x
- 1.23.x
- 1.24.x
steps:
- name: Fetch Repository
uses: actions/checkout@v4
@@ -26,4 +26,6 @@ jobs:
with:
go-version: '${{ matrix.go-version }}'
- name: Run Test
env:
TEST_MINIO_IMAGE: docker.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
run: cd ./s3 && go test ./... -v -race