Skip to content

Update module github.com/aws/aws-sdk-go to v1.55.6 #1080

Update module github.com/aws/aws-sdk-go to v1.55.6

Update module github.com/aws/aws-sdk-go to v1.55.6 #1080

name: go-sum-fix
on:
push:
branches:
- renovate/*
jobs:
go-sum-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: Atsushi Watanabe
git_email: [email protected]
github_token: ${{ secrets.SQBOT_GITHUB_TOKEN }}
commit_style: squash
push: force