Skip to content

Commit

Permalink
ci: enhance CI workflow with updated runtimes and versions
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
appleboy committed Jun 26, 2024
1 parent f0ba183 commit 5379755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5379755

Please sign in to comment.