Skip to content

go.mod: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.33 #340

go.mod: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.33

go.mod: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.33 #340

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Test
run: make test-integration