Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.23 #334

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.23

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.23 #334

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