Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/service/ses from 1.19.5 to 1.34.5 #2135

build(deps): bump github.com/aws/aws-sdk-go-v2/service/ses from 1.19.5 to 1.34.5

build(deps): bump github.com/aws/aws-sdk-go-v2/service/ses from 1.19.5 to 1.34.5 #2135

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Go Mod Tidy
run: go mod tidy
- name: Test
run: go build -v && go test ./...