Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.222 to 1.53.20 #157

Bump github.com/aws/aws-sdk-go from 1.44.222 to 1.53.20

Bump github.com/aws/aws-sdk-go from 1.44.222 to 1.53.20 #157

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.18.x"
- run: make test
- run: make lint