Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.46.1 to 1.52.1 #27

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.46.1 to 1.52.1

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.46.1 to 1.52.1 #27

Workflow file for this run

name: Go build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.3'
- name: Build
run: go build -v ./...