Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.91.0 to 1.137.1 #179

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.91.0 to 1.137.1

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.91.0 to 1.137.1 #179

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: sed -En 's/^go[[:space:]]+([[:digit:].]+)$/GO_VERSION=\1/p' go.mod >> $GITHUB_ENV
shell: bash
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/
~/go/bin/
key: ${{ runner.os }}-go-cache-${{ hashFiles('go.sum', 'hack/toolchain.sh') }}
- name: Verify
run: make toolchain verify