Skip to content

Commit feac998

Browse files
committed
update minio and give CI time for minio start
1 parent 7b34591 commit feac998

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/go-test-setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ runs:
3535
- name: Check if minio is running
3636
shell: bash
3737
run: |
38+
sleep 10
3839
mc alias set minio 'http://localhost:9000' '${{ env.MINIO_ROOT_USER }}' '${{ env.MINIO_ROOT_PASSWORD }}'

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
services:
1+
services:
22
minio:
3-
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
3+
image: quay.io/minio/minio:RELEASE.2025-02-28T09-55-16Z
44
environment:
55
- MINIO_REGION_NAME=local
66
- MINIO_ROOT_USER=test

0 commit comments

Comments
 (0)