Skip to content

Bump aws-cdk-lib from 2.165.0 to 2.177.0 in /contrib/sample-lambda-app #68

Bump aws-cdk-lib from 2.165.0 to 2.177.0 in /contrib/sample-lambda-app

Bump aws-cdk-lib from 2.165.0 to 2.177.0 in /contrib/sample-lambda-app #68

Workflow file for this run

on:
- push
- pull_request
name: Test
jobs:
test:
strategy:
matrix:
go-version:
- 1.22.x
- 1.23.x
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./... -v