Skip to content

chore(deps): bump github.com/aws-cloudformation/rain from 1.19.0 to 1.20.2 in the common group #705

chore(deps): bump github.com/aws-cloudformation/rain from 1.19.0 to 1.20.2 in the common group

chore(deps): bump github.com/aws-cloudformation/rain from 1.19.0 to 1.20.2 in the common group #705

Workflow file for this run

name: Test Go
on:
pull_request:
merge_group:
env:
GO_VERSION: '1.22'
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Run tests
run: make test
shell: bash
integration:
name: Integration Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Run integration tests
run: make test-integration