Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.41.4 to 1.41.5 #784

Bump github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.41.4 to 1.41.5

Bump github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.41.4 to 1.41.5 #784

Workflow file for this run

name: Build and test Go
on:
push:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Check out source code
uses: actions/checkout@v4
- name: Build
env:
GOPROXY: "https://proxy.golang.org"
run: make build
- name: Unit Tests
env:
GOPROXY: "https://proxy.golang.org"
run: make test