We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b34591 commit feac998Copy full SHA for feac998
.github/actions/go-test-setup/action.yml
@@ -35,4 +35,5 @@ runs:
35
- name: Check if minio is running
36
shell: bash
37
run: |
38
+ sleep 10
39
mc alias set minio 'http://localhost:9000' '${{ env.MINIO_ROOT_USER }}' '${{ env.MINIO_ROOT_PASSWORD }}'
docker-compose.yml
@@ -1,6 +1,6 @@
1
-services:
+≈services:
2
minio:
3
- image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
+ image: quay.io/minio/minio:RELEASE.2025-02-28T09-55-16Z
4
environment:
5
- MINIO_REGION_NAME=local
6
- MINIO_ROOT_USER=test
0 commit comments