Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.313 to 1.45.2 (#358) #759

Bump github.com/aws/aws-sdk-go from 1.44.313 to 1.45.2 (#358)

Bump github.com/aws/aws-sdk-go from 1.44.313 to 1.45.2 (#358) #759

Workflow file for this run

name: golangci-lint
on:
push:
branches: main
paths-ignore:
- "README.md"
- "docs/**"
pull_request:
branches: main
paths-ignore:
- "README.md"
- "docs/**"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m