Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.92.0 to 1.97.3 #463

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.92.0 to 1.97.3

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.92.0 to 1.97.3 #463

Workflow file for this run

name: GoTests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test-go:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.22.8
- uses: actions/checkout@v5.0.0
- name: Install gotestsum
shell: bash
run: go install gotest.tools/gotestsum@latest
- name: Run tests
run: gotestsum ./...