Skip to content

Bump github.com/aws/aws-sdk-go from 1.52.2 to 1.53.0 #6772

Bump github.com/aws/aws-sdk-go from 1.52.2 to 1.53.0

Bump github.com/aws/aws-sdk-go from 1.52.2 to 1.53.0 #6772

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push:
branches:
- '*'
tags-ignore:
- 'v*'
paths:
- '**.go'
pull_request:
types:
- opened
- synchronize
- reopened
workflow_call: {}
workflow_dispatch: {}
jobs:
golangci_lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 10m --verbose