Skip to content

chore(deps): bump github.com/aws/aws-sdk-go from 1.47.8 to 1.47.10 #617

chore(deps): bump github.com/aws/aws-sdk-go from 1.47.8 to 1.47.10

chore(deps): bump github.com/aws/aws-sdk-go from 1.47.8 to 1.47.10 #617

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- main
- "release/*"
pull_request:
jobs:
unit:
name: unit
runs-on: 'ubuntu-20.04'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '~1.21.0'
check-latest: true
cache: true
- run: go version
- run: go mod download # Not required, used to segregate module download vs test times
- run: make test
- uses: codecov/codecov-action@v2