8000 Update version of Lambda init Go binary · localstack/localstack@2a70a9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a70a9c

Browse files
committed
Update version of Lambda init Go binary
1 parent 2bce95b commit 2a70a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localstack/services/lambda_/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
LAMBDA_RUNTIME_INIT_URL = "https://github.com/localstack/lambda-runtime-init/releases/download/{version}/aws-lambda-rie-{arch}"
1212

13-
LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.19-pre"
13+
LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.20-pre"
1414
LAMBDA_RUNTIME_VERSION = config.LAMBDA_INIT_RELEASE_VERSION or LAMBDA_RUNTIME_DEFAULT_VERSION
1515

1616
# GO Lambda runtime

0 commit comments

Comments
 (0)
0