Skip to content

fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.28… #499

fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.28…

fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.28… #499

Workflow file for this run

---
name: Go Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.4
- name: Test
run: go test -v ./... -cover