build(deps): bump github.com/aws/aws-sdk-go from 1.51.29 to 1.53.11 #470
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: golang | |
'on': | |
# required by gomod-go-version-updater to trigger this action once pr has | |
# been reviewed | |
pull_request_review: | |
types: [submitted] | |
push: | |
jobs: | |
mcvs-golang-action: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/[email protected] | |
- uses: schubergphilis/[email protected] | |
with: | |
golang-unit-tests-exclusions: |- | |
\(cmd\/n3dr\|internal\/app\/n3dr\/\(goswagger\|n3drtest\)\) |