Skip to content

Bump github.com/aws/aws-sdk-go from 1.52.2 to 1.53.14 #84

Bump github.com/aws/aws-sdk-go from 1.52.2 to 1.53.14

Bump github.com/aws/aws-sdk-go from 1.52.2 to 1.53.14 #84

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21.4"
cache: true
- name: Test
run: make test