Skip to content

fix(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.24 #359

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

fix(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.24 #359

Workflow file for this run

---
name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.21'
- name: build binary
run: make build
- name: run all tests
run: make tests