Skip to content

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.49 to 1.17.59 #2863

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.49 to 1.17.59

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.49 to 1.17.59 #2863

Workflow file for this run

name: tests
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.4
-
name: Run Tests
run: |
export AWS_CONFIG_FILE=${GITHUB_WORKSPACE}/dev/.aws/config
export AWS_SHARED_CREDENTIALS_FILE=${GITHUB_WORKSPACE}/dev/.aws/credentials
go test ./... -bench=. -v --cover --race