Skip to content

Bump github.com/aws/aws-sdk-go-v2 from 1.26.1 to 1.30.3 #341

Bump github.com/aws/aws-sdk-go-v2 from 1.26.1 to 1.30.3

Bump github.com/aws/aws-sdk-go-v2 from 1.26.1 to 1.30.3 #341

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3