Skip to content

Bump the aws-sdk-go-v2 group with 3 updates #22

Bump the aws-sdk-go-v2 group with 3 updates

Bump the aws-sdk-go-v2 group with 3 updates #22

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