From dd83c48d7d3e4f2953eaa1cdd97dcf7d5f9c2e71 Mon Sep 17 00:00:00 2001 From: Max Asnaashari Date: Tue, 5 Mar 2024 19:05:31 +0000 Subject: [PATCH] .github/workflows: Use latest minio Signed-off-by: Max Asnaashari --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f2c13352d3db..7f0c8ccd43b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -274,7 +274,7 @@ jobs: sudo apt-get clean mkdir -p "$(go env GOPATH)/bin" - curl -sSfL https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2024-02-24T17-11-14Z --output "$(go env GOPATH)/bin/minio" + curl -sSfL https://dl.min.io/server/minio/release/linux-amd64/minio --output "$(go env GOPATH)/bin/minio" chmod +x "$(go env GOPATH)/bin/minio" # Also grab the latest minio client to maintain compatibility with the server.