Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.2 to 1.53.1 #409

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.2 to 1.53.1

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.2 to 1.53.1 #409

Workflow file for this run

name: Coverage
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: ['1.20']
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
- run: go test -v -coverprofile=profile.cov ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
flag-name: Go-${{ matrix.go }}
parallel: true
finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true