Skip to content

chore: Bump github.com/aws/aws-sdk-go-v2/config from 1.27.26 to 1.27.27 #4114

chore: Bump github.com/aws/aws-sdk-go-v2/config from 1.27.26 to 1.27.27

chore: Bump github.com/aws/aws-sdk-go-v2/config from 1.27.26 to 1.27.27 #4114

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- dev
- 1.0.0*
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
egress-policy: audit
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.22'
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
version: v1.59.1
args: --timeout=10m