Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.20.2 to 1.20.3 #776

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

chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.20.2 to 1.20.3 #776

Workflow file for this run

name: Lint
on:
push:
branches:
- 'release-*' # for main branch we have the merge queue
pull_request:
merge_group:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v7
- name: Setup Go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v9