Skip to content

Commit

Permalink
Bump AWS-LC version under test to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WillChilds-Klein committed Mar 6, 2023
1 parent 0c3255e commit b33894c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/bin/install_awslc.sh
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ source codebuild/bin/jobs.sh
if [ "$IS_FIPS" == "1" ]; then
AWSLC_VERSION=AWS-LC-FIPS-1.0.3
else
AWSLC_VERSION=v1.4.0
AWSLC_VERSION=v1.5.0
fi
mkdir -p "$BUILD_DIR"||true
cd "$BUILD_DIR"

0 comments on commit b33894c

Please sign in to comment.