Skip to content

go.mod: bump github.com/aws/aws-sdk-go-v2/config from 1.27.20 to 1.27.21 #16

go.mod: bump github.com/aws/aws-sdk-go-v2/config from 1.27.20 to 1.27.21

go.mod: bump github.com/aws/aws-sdk-go-v2/config from 1.27.20 to 1.27.21 #16

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-east-1
AWS_S3_BUCKET: conduit-s3-testing
run: make test GOTEST_FLAGS="-v -count=1"