Skip to content

fix(deps): bump golang.org/x/text to v0.39.0 for CVE-2026-56852 (#117) #61

fix(deps): bump golang.org/x/text to v0.39.0 for CVE-2026-56852 (#117)

fix(deps): bump golang.org/x/text to v0.39.0 for CVE-2026-56852 (#117) #61

name: LocalStack Smoke Tests
on:
push:
branches: [localstack]
pull_request:
branches: [localstack]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
smoke-ls-mock:
name: RIE ↔ LocalStack API Smoke Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
- name: Run smoke test
run: make -C cmd/ls-mock smoke-test