Skip to content

Bump github.com/aws/aws-lambda-go from 1.46.0 to 1.47.0 #112

Bump github.com/aws/aws-lambda-go from 1.46.0 to 1.47.0

Bump github.com/aws/aws-lambda-go from 1.46.0 to 1.47.0 #112

Workflow file for this run

name: Go
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git clone the repository
uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: go build ./...