Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.25.5 #215

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.25.5

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.25.5 #215

Workflow file for this run

name: Checks
on:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...