Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.156.0 to 1.157.0 #400

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.156.0 to 1.157.0

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.156.0 to 1.157.0 #400

Workflow file for this run

---
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: checkout the code
uses: actions/checkout@v4
- name: install go
uses: actions/setup-go@v5
with:
go-version: '1.20.1'
- name: run unit tests
run: make test
- name: build a local artifact
run: make build