Skip to content

fix(deps): update module github.com/aws/aws-sdk-go to v1.44.327 #1072

fix(deps): update module github.com/aws/aws-sdk-go to v1.44.327

fix(deps): update module github.com/aws/aws-sdk-go to v1.44.327 #1072

Workflow file for this run

name: Run golangci-lint
on:
pull_request:
branches: [ main ]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@951dc8bfa1878584fbe7060cd34f4699d83d7957 # v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check