From 53797559cdef54fcee91e54c027abc8ad49e3803 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 26 Jun 2024 16:48:04 +0800 Subject: [PATCH] ci: enhance CI workflow with updated runtimes and versions - Update Go versions in CI workflow to `1.21` and `1.22` - Add Node.js runtime `nodejs20.x` to the CI workflow Signed-off-by: Bo-Yi Wu --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef4664a..0ee02a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ["1.20", 1.21] + go-version: ["1.21", "1.22"] steps: - name: checkout source code uses: actions/checkout@v4 @@ -25,6 +25,7 @@ jobs: aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws_region: ${{ secrets.AWS_REGION }} function_name: gorush + runtime: nodejs20.x zip_file: example/deployment.zip - name: update env