Skip to content

build(deps): bump github.com/aws/aws-sdk-go from 1.54.1 to 1.54.10 #759

build(deps): bump github.com/aws/aws-sdk-go from 1.54.1 to 1.54.10

build(deps): bump github.com/aws/aws-sdk-go from 1.54.1 to 1.54.10 #759

Workflow file for this run

name: lint
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
run:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
- name: Lint
uses: golangci/golangci-lint-action@v5.0.0
with:
version: latest
args: --timeout 5m