Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.33.20 to 1.33.21… #268

Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.33.20 to 1.33.21…

Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.33.20 to 1.33.21… #268

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Install libraries
run: sudo apt-get update && sudo apt-get install -y libpam0g-dev
- uses: golangci/golangci-lint-action@v8
with:
args: --timeout 5000s