Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.222 to 1.54.16 #173

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

Bump github.com/aws/aws-sdk-go from 1.44.222 to 1.54.16 #173

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