Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.15 #638

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.15

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.15 #638

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
jobs:
Lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m