Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.294 to 1.44.298 #186

Bump github.com/aws/aws-sdk-go from 1.44.294 to 1.44.298

Bump github.com/aws/aws-sdk-go from 1.44.294 to 1.44.298 #186

Workflow file for this run

name: Verify
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- uses: actions/[email protected]
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 make verify
run: |
make verify