Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.27.4 to 1.29.0 in the dependencies group #25

Bump github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.27.4 to 1.29.0 in the dependencies group

Bump github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.27.4 to 1.29.0 in the dependencies group #25

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
defaults:
run:
shell: bash -xe {0}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v5
- run: make