Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.97.3 #321

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.97.3

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.97.3 #321

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ oadp-dev ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: go test ./...