Skip to content

Bump github.com/aws/aws-sdk-go from 1.37.11 to 1.44.318 #174

Bump github.com/aws/aws-sdk-go from 1.37.11 to 1.44.318

Bump github.com/aws/aws-sdk-go from 1.37.11 to 1.44.318 #174

Workflow file for this run

name: Go
on: [push]
jobs:
test:
strategy:
matrix:
go:
- 1.15
- 1.16
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Build & Test
run: |
make clean
make test