Skip to content

Bump github.com/aws/aws-sdk-go-v2 from 1.19.1 to 1.23.5 #655

Bump github.com/aws/aws-sdk-go-v2 from 1.19.1 to 1.23.5

Bump github.com/aws/aws-sdk-go-v2 from 1.19.1 to 1.23.5 #655

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
test-build:
name: Test & Build
runs-on: ubuntu-latest
steps:
- name: setup
uses: actions/setup-go@v2
with:
go-version: '1.17.5'
- name: checkout
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
- name: testing
run: make test