Skip to content

fix(deps): update github.com/aws/aws-sdk-go-v2 #10985

fix(deps): update github.com/aws/aws-sdk-go-v2

fix(deps): update github.com/aws/aws-sdk-go-v2 #10985

Workflow file for this run

name: go-mod-fix
on:
push:
branches:
- renovate/*
jobs:
go-mod-fix:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: sqbot
git_email: [email protected]
github_token: ${{ secrets.SQBOT_GITHUB_TOKEN }}
commit_style: squash
push: force
check_no_indirect_diffs: false
monorepos: |
github.com/aws/aws-sdk-go-v2