Skip to content

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.15 to 1.13.43 #581

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.15 to 1.13.43

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.15 to 1.13.43 #581

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