Skip to content

rebase: Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.19.2 to 1.19.3 #3710

rebase: Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.19.2 to 1.19.3

rebase: Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.19.2 to 1.19.3 #3710

Workflow file for this run

---
name: golangci-lint
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
run: CONTAINER_CMD=docker make containerized-test TARGET=go-lint