Skip to content

Bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 #977

Bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6

Bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 #977

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.22"
- run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi