Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.171.0 to 1.173.0 in the dependencies group #9

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.171.0 to 1.173.0 in the dependencies group

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.171.0 to 1.173.0 in the dependencies group #9

Workflow file for this run

name: Build and Test
on:
push:
branches: [ "main" ]
paths-ignore:
- '**.md'
- '**.yaml'
pull_request:
branches: [ "main" ]
jobs:
build:
# Currently, this app only supports Windows and MacOS.
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
cache: true
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...