Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.32.5 to 1.32.7 #8

Bump github.com/aws/aws-sdk-go-v2/config from 1.32.5 to 1.32.7

Bump github.com/aws/aws-sdk-go-v2/config from 1.32.5 to 1.32.7 #8

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Test
run: go test ./...