Skip to content

Bump github.com/aws/aws-sdk-go from 1.45.25 to 1.53.6 #143

Bump github.com/aws/aws-sdk-go from 1.45.25 to 1.53.6

Bump github.com/aws/aws-sdk-go from 1.45.25 to 1.53.6 #143

Workflow file for this run

---
name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache: true
- name: Test
run: make test
- name: Build
run: make