Skip to content

Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.49.13 #320

Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.49.13

Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.49.13 #320

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
build:
name: make all
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Run 'all' make target
run: make all
- name: Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.txt # optional
flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)