tustvold commented on code in PR #6802:
URL: https://github.com/apache/arrow-rs/pull/6802#discussion_r1864193725
##########
.github/workflows/object_store.yml:
##########
@@ -138,7 +138,7 @@ jobs:
- name: Setup LocalStack (AWS emulation)
run: |
- echo "LOCALSTACK_CONTAINER=$(docker run -d -p 4566:4566
localstack/localstack:3.8.1)" >> $GITHUB_ENV
+ echo "LOCALSTACK_CONTAINER=$(docker run -d -p 4566:4566
localstack/localstack:latest)" >> $GITHUB_ENV
Review Comment:
```suggestion
echo "LOCALSTACK_CONTAINER=$(docker run -d -p 4566:4566
localstack/localstack:4.0.3)" >> $GITHUB_ENV
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]