Skip to content

fix(deps): bump github.com/aws/aws-sdk-go-v2/config #344

fix(deps): bump github.com/aws/aws-sdk-go-v2/config

fix(deps): bump github.com/aws/aws-sdk-go-v2/config #344

Workflow file for this run

---
name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-go@v5.0.1
with:
go-version: '1.21'
- name: build binary
run: make build
- name: run all tests
run: make tests