Skip to content

fix(deps): Update module github.com/aws/aws-sdk-go-v2/config to v1.27… #6312

fix(deps): Update module github.com/aws/aws-sdk-go-v2/config to v1.27…

fix(deps): Update module github.com/aws/aws-sdk-go-v2/config to v1.27… #6312

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: Lint with GolangCI
runs-on: large-ubuntu-plugin-sdk
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1