Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.9 to 1.32.10 #877

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.9 to 1.32.10

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.9 to 1.32.10 #877

Workflow file for this run

name: Unit Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit-test:
runs-on: ubuntu-latest
env:
SKIP_TESTS: true
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: true
- name: test
run: echo "unit test"