Skip to content

chore(deps): bump github.com/aws/aws-sdk-go from 1.45.6 to 1.45.19 #296

chore(deps): bump github.com/aws/aws-sdk-go from 1.45.6 to 1.45.19

chore(deps): bump github.com/aws/aws-sdk-go from 1.45.6 to 1.45.19 #296

Workflow file for this run

name: Unit tests
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- uses: actions/cache@v3.3.2
with:
path: |
~/go/pkg/mod
~/.cache/go-build
key: ${{ runner.os }}-test-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-test-go-${{ hashFiles('**/go.sum') }}
- name: Run tests
run: |
make test