Skip to content

fix(deps): update module github.com/hashicorp/terraform-json to v0.22.1 #57

fix(deps): update module github.com/hashicorp/terraform-json to v0.22.1

fix(deps): update module github.com/hashicorp/terraform-json to v0.22.1 #57

Workflow file for this run

name: Continous Integration
on: [push, pull_request]
jobs:
build-and-unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.19"
- run: make build test