Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation #409

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation #409

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