Skip to content

Build(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.53.5 #1053

Build(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.53.5

Build(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.53.5 #1053

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
tags: [ v* ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# we don't want a shallow clone because we want to use "git describe"
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run all checks
run: make all
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out