Skip to content

Commit

Permalink
Merge pull request #13039 from tomponline/tp-minio-regression
Browse files Browse the repository at this point in the history
Github: Pin minio to RELEASE.2024-02-24T17-11-14Z to unblock edge builds
  • Loading branch information
tomponline authored Mar 5, 2024
2 parents 3376391 + 8543c93 commit de0b61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
# Only test with go-tip when the event is not a push
include: >-
${{
github.event_name != 'push' &&
github.event_name != 'push' &&
fromJSON('[{"go":"1.21.x","suite":"cluster","backend":"dir"},{"go":"1.21.x","suite":"standalone","backend":"dir"},{"go":"tip","suite":"cluster","backend":"dir"},{"go":"tip","suite":"standalone","backend":"dir"}]') ||
fromJSON('[{"go":"1.21.x","suite":"cluster","backend":"dir"},{"go":"1.21.x","suite":"standalone","backend":"dir"}]')
}}
Expand Down Expand Up @@ -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/minio --output "$(go env GOPATH)/bin/minio"
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"
chmod +x "$(go env GOPATH)/bin/minio"
# Also grab the latest minio client to maintain compatibility with the server.
Expand Down

0 comments on commit de0b61c

Please sign in to comment.