Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.34 #1421

chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.34

chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.34 #1421

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Analysis
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
args: -v