Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.28 to 1.27.43 #69

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.28 to 1.27.43

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.28 to 1.27.43 #69

Workflow file for this run

name: tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Download dependencies
run: go mod download
- name: Test
run: go test -v -cover -race ./...
- name: Run Go Vet
run: go vet ./...