Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.111.0 to 1.164.1 #107

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.111.0 to 1.164.1

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.111.0 to 1.164.1 #107

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.0
- name: Install Tools
run: make tools
- name: Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./cover.out
functionalities: fix