Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/service/sts #269

build(deps): bump github.com/aws/aws-sdk-go-v2/service/sts

build(deps): bump github.com/aws/aws-sdk-go-v2/service/sts #269

Workflow file for this run

---
name: test
on:
- push
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: go test -v ./...