Skip to content

Update module github.com/aws/aws-sdk-go-v2/config to v1.32.6 #148

Update module github.com/aws/aws-sdk-go-v2/config to v1.32.6

Update module github.com/aws/aws-sdk-go-v2/config to v1.32.6 #148

Workflow file for this run

name: test-unit
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test-acc:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.25.4
- run: make test_unit