Skip to content

Bump github.com/aws/aws-sdk-go-v2 from 1.36.6 to 1.40.1 #59

Bump github.com/aws/aws-sdk-go-v2 from 1.36.6 to 1.40.1

Bump github.com/aws/aws-sdk-go-v2 from 1.36.6 to 1.40.1 #59

Workflow file for this run

name: test
on:
pull_request:
branches:
- "**"
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: make test