Skip to content

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

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

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

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: golangci-lint
uses: reviewdog/action-golangci-lint@00311c26a97213f93f2fd3a3524d66762e956ae0 # v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
golangci_lint_flags: "--timeout=240s"
level: warning