ci: upgrade localstack to latest release

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba 2021-12-15 10:14:44 -08:00
parent dd4c360a7b
commit e81feba213

View File

@ -205,7 +205,7 @@ jobs:
timeout-minutes: 30
services:
localstack:
image: localstack/localstack:0.12.16
image: localstack/localstack:0.13.1
env:
SERVICES: s3, cloudformation
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}