Skip to content

Go - Bump and align versions for all tools 1.24.5 #480

Go - Bump and align versions for all tools 1.24.5

Go - Bump and align versions for all tools 1.24.5 #480

---
name: Terraform Generator (Unit Tests)
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/unit-test-generator-terraform.yaml'
- 'tools/generator-terraform/**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
submodules: recursive
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: ./.go-version
- name: run unit tests
run: |
cd ./tools/generator-terraform
make test