Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.26 to 1.27.27 in the awssdk group #20

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.26 to 1.27.27 in the awssdk group

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.26 to 1.27.27 in the awssdk group #20

Workflow file for this run

on:
pull_request:
branches:
- main
env:
ARCH: GOARCH=arm64
LAMBDA_RUNTIME: provided.al2023
LAMBDA_HANDLER: bootstrap
LAMBDA_ARCH: arm64
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.22.2'
check-latest: true
- uses: aws-actions/setup-sam@v2
with:
use-installer: true
- run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- run: sam build --parameter-overrides Runtime=${{ env.LAMBDA_RUNTIME }} Handler=${{ env.LAMBDA_HANDLER }} Architecture=${{ env.LAMBDA_ARCH }}