Skip to content

Bump github.com/aws/aws-sdk-go from 1.47.10 to 1.50.9 #178

Bump github.com/aws/aws-sdk-go from 1.47.10 to 1.50.9

Bump github.com/aws/aws-sdk-go from 1.47.10 to 1.50.9 #178

Workflow file for this run

name: Tests
on:
push:
jobs:
tests-off:
name: ${{ matrix.os }} - Go v${{ matrix.go-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version:
- "1.21.x"
os:
- "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: |
go mod tidy -v
go test -cover ./...