Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.155.1 to 1.161.4 #202

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.155.1 to 1.161.4

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.155.1 to 1.161.4 #202

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
staticcheck:
name: staticcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-staticcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true