Skip to content

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

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 #387

Workflow file for this run

name: Test on pull request
on: pull_request
jobs:
RunTests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup go env
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Run tests
run: go test -v ./...