Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=10m